Move a set element.
Move the specified element from one set to another.
redisSMove(setA, setB, element)
| setA | The set to move from (character identifier). | 
| setB | The set to move to (character identifier). | 
| element | The element to move. | 
Note that the set element is specified as the actual set element object (aka set member), not as an index value.
TRUE if successful, FALSE otherwise.
B. W. Lewis
http://redis.io/commands
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.