X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/efc3408748061a08ec5ff18e392c30f31f5094a2..06e09c9b586d0e2c5d91dc596f871be56c6e0971:/doc/SdiffstoreCommand.html diff --git a/doc/SdiffstoreCommand.html b/doc/SdiffstoreCommand.html deleted file mode 100644 index 91962acb..00000000 --- a/doc/SdiffstoreCommand.html +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - -
- - - -
-
- -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 -
- -
-
- - -