Slave removal: SLAVEOF -> REPLICAOF. SLAVEOF is now an alias.

This commit is contained in:
antirez
2018-09-10 10:43:39 +02:00
parent 7928f578e2
commit 1f37f1dd53
3 changed files with 4 additions and 3 deletions

View File

@ -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);