mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 08:41:21 +00:00
SMOVE command implemented
This commit is contained in:
@ -76,6 +76,7 @@ static struct redisCommand cmdTable[] = {
|
||||
{"lrem",4,REDIS_CMD_BULK},
|
||||
{"sadd",3,REDIS_CMD_BULK},
|
||||
{"srem",3,REDIS_CMD_BULK},
|
||||
{"smove",4,REDIS_CMD_BULK},
|
||||
{"sismember",3,REDIS_CMD_BULK},
|
||||
{"scard",2,REDIS_CMD_INLINE},
|
||||
{"sinter",-2,REDIS_CMD_INLINE},
|
||||
|
Reference in New Issue
Block a user