SUNION, SUNIONSTORE, Initial work on non blocking replication

This commit is contained in:
antirez
2009-04-19 10:02:36 +02:00
parent 6bea3d5f58
commit 40d224a9e3
4 changed files with 223 additions and 14 deletions

View 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},