abstract fun smove(key: String, destkey: String, member: String, handler: Handler<AsyncResult<String>>): RedisTransaction
Move a member from one set to another
key - Key of source set currently containing the member
destkey - Key identifying the destination set
handler - Handler for the result of this call.
Since
Redis 1.0.0 group: set