mirror of
https://github.com/fluencelabs/redis
synced 2025-06-13 09:11:20 +00:00
ROLE command added.
The new ROLE command is designed in order to provide a client with informations about the replication in a fast and easy to use way compared to the INFO command where the same information is also available.
This commit is contained in:
@ -1395,6 +1395,7 @@ void ttlCommand(redisClient *c);
|
||||
void pttlCommand(redisClient *c);
|
||||
void persistCommand(redisClient *c);
|
||||
void slaveofCommand(redisClient *c);
|
||||
void roleCommand(redisClient *c);
|
||||
void debugCommand(redisClient *c);
|
||||
void msetCommand(redisClient *c);
|
||||
void msetnxCommand(redisClient *c);
|
||||
|
Reference in New Issue
Block a user