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

redisSMove

Move a set element.


Description

Move the specified element from one set to another.

Usage

redisSMove(setA, setB, element)

Arguments

setA

The set to move from (character identifier).

setB

The set to move to (character identifier).

element

The element to move.

Details

Note that the set element is specified as the actual set element object (aka set member), not as an index value.

Value

TRUE if successful, FALSE otherwise.

Author(s)

B. W. Lewis

References

http://redis.io/commands

See Also


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.