]> git.saurik.com Git - redis.git/blobdiff - redis-cli.c
SUNION, SUNIONSTORE, Initial work on non blocking replication
[redis.git] / redis-cli.c
index 1f67b0ae06fa0f318c34224270c278739212cf81..78173c143acf059038b285a0a688a2ed5af22c23 100644 (file)
@@ -80,6 +80,8 @@ static struct redisCommand cmdTable[] = {
     {"scard",2,REDIS_CMD_INLINE},
     {"sinter",-2,REDIS_CMD_INLINE},
     {"sinterstore",-3,REDIS_CMD_INLINE},
+    {"sunion",-2,REDIS_CMD_INLINE},
+    {"sunionstore",-3,REDIS_CMD_INLINE},
     {"smembers",2,REDIS_CMD_INLINE},
     {"incrby",3,REDIS_CMD_INLINE},
     {"decrby",3,REDIS_CMD_INLINE},