mirror of
https://github.com/fluencelabs/redis
synced 2025-06-15 10:11:21 +00:00
CONFIG command implemened -- just a start but already useful
This commit is contained in:
@ -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}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user