HDEL and some improvement in DEBUG OBJECT command

This commit is contained in:
antirez
2010-03-14 13:54:31 +01:00
parent 9c8e3cee26
commit 07efaf7467
2 changed files with 43 additions and 2 deletions

View File

@ -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}
};