mirror of
https://github.com/fluencelabs/redis
synced 2025-06-16 18:51:20 +00:00
HKEYS / HVALS / HGETALL
This commit is contained in:
@ -149,6 +149,9 @@ static struct redisCommand cmdTable[] = {
|
||||
{"hget",3,REDIS_CMD_BULK},
|
||||
{"hdel",3,REDIS_CMD_BULK},
|
||||
{"hlen",2,REDIS_CMD_INLINE},
|
||||
{"hkeys",2,REDIS_CMD_INLINE},
|
||||
{"hvals",2,REDIS_CMD_INLINE},
|
||||
{"hgetall",2,REDIS_CMD_INLINE},
|
||||
{NULL,0,0}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user