SADD Syntax Return Examples SADD Syntax SADD key member [ member ...] Time complexity: O(1) for each element added, so O(N) to add N elements when the command is calle...
ZPOPMIN Syntax Return Examples ZPOPMIN Syntax ZPOPMIN key [ count ] Time complexity: O(log(N)*M) with N being the number of elements in the sorted set, and M being the ...
ZPOPMAX Syntax Return Examples ZPOPMAX Syntax ZPOPMAX key [ count ] Time complexity: O(log(N)*M) with N being the number of elements in the sorted set, and M being the ...
PFMERGE Syntax Return Examples PFMERGE Syntax PFMERGE destkey [ sourcekey [ sourcekey ...]] Time complexity: O(N) to merge N HyperLogLogs, but with high constant time...
ZPOPMAX Syntax Return Examples ZPOPMAX Syntax ZPOPMAX key [ count ] Time complexity: O(log(N)*M) with N being the number of elements in the sorted set, and M being the ...
LPOP Syntax Return Examples LPOP Syntax LPOP key [ count ] Time complexity: O(N) where N is the number of elements returned Removes and returns the first elements of t...
ZPOPMAX Syntax Return Examples ZPOPMAX Syntax ZPOPMAX key [ count ] Time complexity: O(log(N)*M) with N being the number of elements in the sorted set, and M being the ...
PFMERGE Syntax Return Examples PFMERGE Syntax PFMERGE destkey [ sourcekey [ sourcekey ...]] Time complexity: O(N) to merge N HyperLogLogs, but with high constant time...
XLEN Syntax Return Examples XLEN Syntax XLEN key Time complexity: O(1) ACL categories: @read, @stream, @fast Returns the number of entries inside a stream. If the spe...
PFMERGE Syntax Return Examples PFMERGE Syntax PFMERGE destkey [ sourcekey [ sourcekey ...]] Time complexity: O(N) to merge N HyperLogLogs, but with high constant time...