implements HINCRBY and tests (todo: find and fix small memleak)

This commit is contained in:
Pieter Noordhuis
2010-03-26 16:03:19 +01:00
parent b61a28fe35
commit 01426b054c
3 changed files with 126 additions and 0 deletions

View File

@ -150,6 +150,7 @@ static struct redisCommand cmdTable[] = {
{"exec",1,REDIS_CMD_INLINE},
{"discard",1,REDIS_CMD_INLINE},
{"hset",4,REDIS_CMD_MULTIBULK},
{"hincrby",4,REDIS_CMD_INLINE},
{"hget",3,REDIS_CMD_BULK},
{"hdel",3,REDIS_CMD_BULK},
{"hlen",2,REDIS_CMD_INLINE},