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