X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/7f4e28e75046104599a5d83c493fdfd78f93ab49..9e7cee0ed01246e898eac500330c6a16e9dbfddb:/doc/SrandmemberCommand.html diff --git a/doc/SrandmemberCommand.html b/doc/SrandmemberCommand.html new file mode 100644 index 00000000..43a22387 --- /dev/null +++ b/doc/SrandmemberCommand.html @@ -0,0 +1,40 @@ + + + +
+ + + +Return a random element from a Set, without removing the element. If the Set is empty or the key does not exist, a nil object is returned.+
The SPOP command does a similar work but the returned elementis popped (removed) from the Set.+