mirror of
https://github.com/fluencelabs/redis
synced 2025-06-22 13:31:32 +00:00
implemented HMSET
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},
|
||||
{"hmset",-4,REDIS_CMD_MULTIBULK},
|
||||
{"hincrby",4,REDIS_CMD_INLINE},
|
||||
{"hget",3,REDIS_CMD_BULK},
|
||||
{"hdel",3,REDIS_CMD_BULK},
|
||||
|
Reference in New Issue
Block a user