CONFIG command implemened -- just a start but already useful

This commit is contained in:
antirez
2010-03-24 21:46:51 +01:00
parent bc86d88e05
commit 500ece7c17
2 changed files with 116 additions and 4 deletions

View File

@ -157,6 +157,7 @@ static struct redisCommand cmdTable[] = {
{"hvals",2,REDIS_CMD_INLINE},
{"hgetall",2,REDIS_CMD_INLINE},
{"hexists",3,REDIS_CMD_BULK},
{"config",-2,REDIS_CMD_BULK},
{NULL,0,0}
};