mirror of
https://github.com/fluencelabs/redis
synced 2025-06-30 09:21:34 +00:00
Slave removal: SLAVEOF -> REPLICAOF. SLAVEOF is now an alias.
This commit is contained in:
@ -1998,7 +1998,7 @@ void ttlCommand(client *c);
|
||||
void touchCommand(client *c);
|
||||
void pttlCommand(client *c);
|
||||
void persistCommand(client *c);
|
||||
void slaveofCommand(client *c);
|
||||
void replicaofCommand(client *c);
|
||||
void roleCommand(client *c);
|
||||
void debugCommand(client *c);
|
||||
void msetCommand(client *c);
|
||||
|
Reference in New Issue
Block a user