]> git.saurik.com Git - redis.git/blobdiff - redis-cli.c
SMOVE command implemented
[redis.git] / redis-cli.c
index 2d5eda9850b5508f59184d99e059a8bdd9de2bb8..e4ef342fdd78dd4c74d0a26a9f0bfc81b6860923 100644 (file)
@@ -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},