X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/3c910136c1050ce3943c63201eedb7e940652f38..7c44bbb1108c9460027776138f4079f8ec46934c:/doc/SpopCommand.html diff --git a/doc/SpopCommand.html b/doc/SpopCommand.html new file mode 100644 index 00000000..9819a60c --- /dev/null +++ b/doc/SpopCommand.html @@ -0,0 +1,39 @@ + + + + + + + +
+ + + +
+
+ +SpopCommand: Contents
  SPOP _key_
    Return value
    See also +
+ +

SpopCommand

+ +
+ +
+ +
+

SPOP _key_

+Time complexity O(1)
Pop a random element from a Set, and return it to the caller. If the key does not exist or if the key contains an empty Set a special 'nil' value is returned.
+

Return value

bulk reply

See also

+ +
+ +
+
+ + +