]> git.saurik.com Git - redis.git/blobdiff - redis-cli.c
undoed all the sds hacking that lead just to random bugs and no memory saving ;)
[redis.git] / redis-cli.c
index 343ee0a144a7e07d65c75013f71ed52f055e7f9b..9acf92dc2f33b815925dbd5cf3ea783bb43591b4 100644 (file)
@@ -79,6 +79,7 @@ static struct redisCommand cmdTable[] = {
     {"smove",4,REDIS_CMD_BULK},
     {"sismember",3,REDIS_CMD_BULK},
     {"scard",2,REDIS_CMD_INLINE},
+    {"spop",2,REDIS_CMD_INLINE},
     {"sinter",-2,REDIS_CMD_INLINE},
     {"sinterstore",-3,REDIS_CMD_INLINE},
     {"sunion",-2,REDIS_CMD_INLINE},