Move a member from one set to another
method
RedisClient.smove
Referenced types
type KeyLike = string | ArrayBufferView | Blob
method
Move a member from one set to another
The source set key
The destination set key
The member to move
Promise that resolves with true if the element was moved, false if it wasn't a member of source