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

    SINTERSTORE Syntax Return Examples SINTERSTORE Syntax SINTERSTORE destination key [ key ...] Time complexity: O(N*M) worst case where N is the cardinality of the small...
  • SDIFFSTORE

    SDIFFSTORE Syntax Return Examples SDIFFSTORE Syntax SDIFFSTORE destination key [ key ...] Time complexity: O(N) where N is the total number of elements in all given se...
  • SDIFFSTORE

    SDIFFSTORE Syntax Return Examples SDIFFSTORE Syntax SDIFFSTORE destination key [ key ...] Time complexity: O(N) where N is the total number of elements in all given se...
  • SADDEX

    SADDEX Syntax Return Examples SADDEX Syntax SADDEX key seconds member [ member ...] Time complexity: O(1) for each element added, so O(N) to add N elements when the co...
  • ZDIFF

    ZDIFF Syntax Return Examples ZDIFF Syntax ZDIFF numkeys key [ key ...] [ WITHSCORES ] Time complexity: : O(L + K log K) worst case where L is the total number of ele...
  • RESTORE

    RESTORE Syntax Return Examples RESTORE Syntax RESTORE key ttl serialized - value [ REPLACE ] [ ABSTTL ] Time complexity: O(1) to create the new key and additional O(N...
  • Replication

    Replication Managing Replicas Redis/Dragonfly replication Dragonfly/Dragonfly replication Secure replication with TLS — Prerequisites Secure replication with TLS Non TLS conne...
  • PUNSUBSCRIBE

    PUNSUBSCRIBE Syntax Examples PUNSUBSCRIBE Syntax PUNSUBSCRIBE [ pattern [ pattern ...]] Time complexity: O(N+M) where N is the number of patterns the client is already...
  • XLEN

    XLEN Syntax Return Example XLEN Syntax XLEN key Time Complexity: O(1) ACL categories: @read, @stream, @fast Returns the number of entries inside a stream. If the spec...
  • EXPIREAT

    EXPIREAT Syntax Return Examples EXPIREAT Syntax EXPIREAT key unix - time - seconds Time complexity: O(1) ACL categories: @keyspace, @write, @fast EXPIREAT has the sa...