X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/3c910136c1050ce3943c63201eedb7e940652f38..5436146c8dcd95c5ef3809f2830fb9c08edc4177:/doc/SunionstoreCommand.html diff --git a/doc/SunionstoreCommand.html b/doc/SunionstoreCommand.html index f0519764..e4f627e2 100644 --- a/doc/SunionstoreCommand.html +++ b/doc/SunionstoreCommand.html @@ -16,7 +16,7 @@
-SunionstoreCommand: Contents
  SUNIONSTORE _dstkey_ _key1_ _key2_ ... _keyN_
    Return value
    See also +SunionstoreCommand: Contents
  SUNIONSTORE _dstkey_ _key1_ _key2_ ... _keyN_
    Return value

SunionstoreCommand

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

SUNIONSTORE _dstkey_ _key1_ _key2_ ... _keyN_

-Time complexity O(N) where N is the total number of elements in all the provided sets
This commnad works exactly like SUNION but instead of being returned the resulting set is sotred as dstkey.
-

Return value

Status code reply

See also

- + #sidebar SetCommandsSidebar

SUNIONSTORE _dstkey_ _key1_ _key2_ ... _keyN_

+Time complexity O(N) where N is the total number of elements in all the provided sets
This command works exactly like SUNION but instead of being returned the resulting set is stored as dstkey. Any existing value in dstkey will be over-written.
+

Return value

Status code reply