HEXISTS and tests implemented

This commit is contained in:
antirez
2010-03-17 13:34:27 +01:00
parent 11d9d1e3b1
commit a86f14b190
4 changed files with 36 additions and 1 deletions

View File

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