X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/ed9b544e10b84cd43348ddfab7068b610a5df1f7..12ebe2ac17a26ecf263f90b2acdf03db29b00223:/doc/SdiffstoreCommand.html diff --git a/doc/SdiffstoreCommand.html b/doc/SdiffstoreCommand.html new file mode 100644 index 00000000..91962acb --- /dev/null +++ b/doc/SdiffstoreCommand.html @@ -0,0 +1,38 @@ + + + + + + + +
+ + + +
+
+ +SdiffstoreCommand: Contents
  SDIFFSTORE _dstkey_ _key1_ _key2_ ... _keyN_
    Return value +
+ +

SdiffstoreCommand

+ +
+ +
+ +
+ #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 command works exactly like SDIFF but instead of being returned the resulting set is stored in dstkey.
+

Return value

Status code reply +
+ +
+
+ + +