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 ...
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...
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 ...
PFMERGE Syntax Return Examples PFMERGE Syntax PFMERGE destkey [ sourcekey [ sourcekey ...]] Time complexity: O(N) to merge N HyperLogLogs, but with high constant time...
HSETEX Syntax Return Examples HSETEX Syntax HSETEX key seconds field value [ field value ...] Time complexity: O(1) for each field/value pair added, so O(N) to add N f...
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...
RPOP Syntax Return Examples RPOP Syntax RPOP key [ count ] Time complexity: O(N) where N is the number of elements returned Removes and returns the last elements of th...
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...