Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

redisSMembers

List elements of a set.


Description

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

Usage

redisSMembers(set, ...)

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

Examples

## Not run: 
redisConnect()
redisSAdd('set',runif(5))
redisSMembers('set')

## End(Not run)

rredis

"Redis" Key/Value Database Client

v1.7.0
Apache License (>= 2.0)
Authors
B. W. Lewis
Initial release
2015-07-04

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.