书栈网 · BookStack 本次搜索耗时 0.008 秒,为您找到 3018 个相关结果.
  • ZPOPMIN

    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

    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

    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

    PFMERGE Syntax Return Examples PFMERGE Syntax PFMERGE destkey [ sourcekey [ sourcekey ...]] Time complexity: O(N) to merge N HyperLogLogs, but with high constant time...
  • HSETEX

    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

    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

    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

    PFMERGE Syntax Return Examples PFMERGE Syntax PFMERGE destkey [ sourcekey [ sourcekey ...]] Time complexity: O(N) to merge N HyperLogLogs, but with high constant time...
  • RPOP

    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

    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...