X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/c4cd5f393ced23cb298c52eaa5ed67569d3f8d0d..705dad386d2f9c303701dcd9e417433d6d287ee0:/doc/SinterstoreCommand.html diff --git a/doc/SinterstoreCommand.html b/doc/SinterstoreCommand.html index 798e7519..61cdbfa3 100644 --- a/doc/SinterstoreCommand.html +++ b/doc/SinterstoreCommand.html @@ -16,7 +16,7 @@
-SinterstoreCommand: Contents
  SINTERSTORE _dstkey_ _key1_ _key2_ ... _keyN_
    Return value
    See also +SinterstoreCommand: Contents
  SINTERSTORE _dstkey_ _key1_ _key2_ ... _keyN_
    Return value

SinterstoreCommand

@@ -26,10 +26,10 @@
-

SINTERSTORE _dstkey_ _key1_ _key2_ ... _keyN_

-Time complexity O(NM) worst case where N is the cardinality of the smallest set and M the number of sets_

This commnad works exactly like SINTER but instead of being returned the resulting set is sotred as _dstkey_.
-

Return value

Status code reply

See also

-
* SADD* SREM* SISMEMBER* SCARD* SMEMBERS* SINTER* SINTERSTORE* SMOVE
+ #sidebar SetCommandsSidebar

SINTERSTORE _dstkey_ _key1_ _key2_ ... _keyN_

+Time complexity O(NM) worst case where N is the cardinality of the smallest set and M the number of sets
This commnad works exactly like SINTER but instead of being returned the resulting set is sotred as dstkey.
+

Return value

Status code reply +