]> git.saurik.com Git - redis.git/blobdiff - redis-cli.c
TODO updated
[redis.git] / redis-cli.c
index 17a9d037df07a618f83fe2a52a6857c85927fc2b..a8d3eca943a09ddbd728ee7cac21edb0843566a4 100644 (file)
@@ -81,6 +81,7 @@ static struct redisCommand cmdTable[] = {
     {"sismember",3,REDIS_CMD_BULK},
     {"scard",2,REDIS_CMD_INLINE},
     {"spop",2,REDIS_CMD_INLINE},
+    {"srandmember",2,REDIS_CMD_INLINE},
     {"sinter",-2,REDIS_CMD_INLINE},
     {"sinterstore",-3,REDIS_CMD_INLINE},
     {"sunion",-2,REDIS_CMD_INLINE},