mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 08:41:21 +00:00
HEXISTS and tests implemented
This commit is contained in:
@ -153,6 +153,7 @@ static struct redisCommand cmdTable[] = {
|
||||
{"hkeys",2,REDIS_CMD_INLINE},
|
||||
{"hvals",2,REDIS_CMD_INLINE},
|
||||
{"hgetall",2,REDIS_CMD_INLINE},
|
||||
{"hexists",3,REDIS_CMD_BULK},
|
||||
{NULL,0,0}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user