X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/163f4b8cb25ca46c1482bb6b4ca9c4c9d0f15dd4..63b7b7fb34984b47971a4ced65ae49b6c7a350fa:/doc/SmembersCommand.html diff --git a/doc/SmembersCommand.html b/doc/SmembersCommand.html index 97e30b3b..a3ef124e 100644 --- a/doc/SmembersCommand.html +++ b/doc/SmembersCommand.html @@ -27,9 +27,8 @@
Return all the members (elements) of the set value stored at key. Thisis just syntax glue for SINTERSECT.+Time complexity O(N)
Return all the members (elements) of the set value stored at key. Thisis just syntax glue for SINTER.