X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/8879cbfe600cd6849f95c4bc7234f72f6e7331d4..163f4b8cb25ca46c1482bb6b4ca9c4c9d0f15dd4:/doc/SdiffstoreCommand.html 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 @@
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.