An interesting refactoring + more expressive internal API

This commit is contained in:
antirez
2010-03-15 22:46:20 +01:00
parent 653c9240b7
commit 92b27fe946
4 changed files with 49 additions and 3 deletions

View File

@ -148,6 +148,7 @@ static struct redisCommand cmdTable[] = {
{"hset",4,REDIS_CMD_MULTIBULK},
{"hget",3,REDIS_CMD_BULK},
{"hdel",3,REDIS_CMD_BULK},
{"hlen",2,REDIS_CMD_INLINE},
{NULL,0,0}
};