X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/43f30ac0f9bcc4a7afb06136a8dfe5b703be7935..cc2750670f1cb2fafde3e7d1a340f6674dab1749:/doc/SdiffstoreCommand.html?ds=sidebyside diff --git a/doc/SdiffstoreCommand.html b/doc/SdiffstoreCommand.html index 93713ac3..91962acb 100644 --- a/doc/SdiffstoreCommand.html +++ b/doc/SdiffstoreCommand.html @@ -27,9 +27,8 @@
#sidebar SetCommandsSidebar

SDIFFSTORE _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 SDIFF but instead of being returned the resulting set is sotred in dstkey.
+Time complexity O(N) where N is the total number of elements in all the provided sets
This command works exactly like SDIFF but instead of being returned the resulting set is stored in dstkey.

Return value

Status code reply -