redisSMove: Move a set element.

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

View source: R/setVal.R

Description

Move the specified element from one set to another.

Usage

1
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

redisSAdd


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