redisSMembers: List elements of a set.

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/setVal.R

Description

Return a list containing all the members (elements) of the specified set.

Usage

1

Arguments

set

The set key name (character).

...

Optional additional arguments. Specify raw=TRUE to skip de-serialization of the data.

Value

A list containing the set elements. An error is thrown if the set does not exist.

Author(s)

B. W. Lewis

References

http://redis.io/commands

See Also

redisSAdd

Examples

1
2
3
4
5
6
## Not run: 
redisConnect()
redisSAdd('set',runif(5))
redisSMembers('set')

## End(Not run)

rredis documentation built on May 2, 2019, 2:02 p.m.