mirror of
https://github.com/fluencelabs/redis
synced 2025-06-17 03:01:20 +00:00
implements HINCRBY and tests (todo: find and fix small memleak)
This commit is contained in:
@ -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},
|
||||
|
Reference in New Issue
Block a user