X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/43f30ac0f9bcc4a7afb06136a8dfe5b703be7935..8bca8773b4e2542f9537b8403764867aa76273a5:/doc/SunionstoreCommand.html diff --git a/doc/SunionstoreCommand.html b/doc/SunionstoreCommand.html index ea1a59e2..e4f627e2 100644 --- a/doc/SunionstoreCommand.html +++ b/doc/SunionstoreCommand.html @@ -27,9 +27,8 @@
This commnad works exactly like SUNION but instead of being returned the resulting set is sotred as dstkey.+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.