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:
antirez
2009-10-23 21:24:01 +02:00
parent 6b47e12ef8
commit fd8ccf4419
3 changed files with 85 additions and 1 deletions

View File

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