Commit a22168e4 authored by antirez's avatar antirez
Browse files

Slave removal: slave mode -> replica mode text in redis-cli.

parent 0e222fbe
...@@ -1154,7 +1154,7 @@ static int cliSendCommand(int argc, char **argv, long repeat) { ...@@ -1154,7 +1154,7 @@ static int cliSendCommand(int argc, char **argv, long repeat) {
} }
if (config.slave_mode) { if (config.slave_mode) {
printf("Entering slave output mode... (press Ctrl-C to quit)\n"); printf("Entering replica output mode... (press Ctrl-C to quit)\n");
slaveMode(); slaveMode();
config.slave_mode = 0; config.slave_mode = 0;
zfree(argvlen); zfree(argvlen);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment