Set
SMOVE
Move a member from one set to another
Arguments
source
str
requiredThe key of the set to move the member from.
destination
str
requiredThe key of the set to move the member to.
member
str
The members to move
Response
True
if the member was moved, False
if it was not.
Was this page helpful?