List elements of a set.
Return a list containing all the members (elements) of the specified set.
redisSMembers(set, ...)
set |
The set key name (character). |
... |
Optional additional arguments. Specify |
A list containing the set elements. An error is thrown if the set does not exist.
B. W. Lewis
http://redis.io/commands
## Not run: redisConnect() redisSAdd('set',runif(5)) redisSMembers('set') ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.