mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 08:41:21 +00:00
more work on ZSETs and a new make target called 32bit to build i386 binaries on mac os x leopard
This commit is contained in:
@ -89,6 +89,7 @@ static struct redisCommand cmdTable[] = {
|
||||
{"sdiff",-2,REDIS_CMD_INLINE},
|
||||
{"sdiffstore",-3,REDIS_CMD_INLINE},
|
||||
{"smembers",2,REDIS_CMD_INLINE},
|
||||
{"zadd",4,REDIS_CMD_BULK},
|
||||
{"incrby",3,REDIS_CMD_INLINE},
|
||||
{"decrby",3,REDIS_CMD_INLINE},
|
||||
{"getset",3,REDIS_CMD_BULK},
|
||||
|
Reference in New Issue
Block a user