mirror of
https://github.com/fluencelabs/redis
synced 2025-06-18 11:41:20 +00:00
HDEL and some improvement in DEBUG OBJECT command
This commit is contained in:
@ -147,6 +147,7 @@ static struct redisCommand cmdTable[] = {
|
||||
{"discard",1,REDIS_CMD_INLINE},
|
||||
{"hset",4,REDIS_CMD_MULTIBULK},
|
||||
{"hget",3,REDIS_CMD_BULK},
|
||||
{"hdel",3,REDIS_CMD_BULK},
|
||||
{NULL,0,0}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user