mirror of
https://github.com/fluencelabs/redis
synced 2025-06-18 19:51:22 +00:00
INFO fixed, MGET implemented, redis-cli implements INFO/MGET
This commit is contained in:
@ -103,7 +103,8 @@ static struct redisCommand cmdTable[] = {
|
||||
{"flushdb",1,REDIS_CMD_INLINE|REDIS_CMD_RETCODEREPLY},
|
||||
{"flushall",1,REDIS_CMD_INLINE|REDIS_CMD_RETCODEREPLY},
|
||||
{"sort",-2,REDIS_CMD_INLINE|REDIS_CMD_MULTIBULKREPLY},
|
||||
{"version",1,REDIS_CMD_INLINE|REDIS_CMD_SINGLELINEREPLY},
|
||||
{"info",1,REDIS_CMD_INLINE|REDIS_CMD_BULKREPLY},
|
||||
{"mget",-2,REDIS_CMD_INLINE|REDIS_CMD_MULTIBULKREPLY},
|
||||
{NULL,0,0}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user