mirror of
https://github.com/fluencelabs/redis
synced 2025-06-13 01:01:22 +00:00
COMMANDS command renamed COMMAND.
This commit is contained in:
@ -1327,7 +1327,7 @@ uint64_t redisBuildId(void);
|
||||
void authCommand(redisClient *c);
|
||||
void pingCommand(redisClient *c);
|
||||
void echoCommand(redisClient *c);
|
||||
void commandsCommand(redisClient *c);
|
||||
void commandCommand(redisClient *c);
|
||||
void setCommand(redisClient *c);
|
||||
void setnxCommand(redisClient *c);
|
||||
void setexCommand(redisClient *c);
|
||||
|
Reference in New Issue
Block a user