X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/f6bea06f74d4f065b5f8e4680792266eb97d7582..a6dd455b09cb67e18799c0b2ed720d213608e13d:/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 @@
#sidebar SetCommandsSidebar

SMEMBERS _key_

-Time complexity O(N)
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.

Return value

Multi bulk reply -