mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 00:28:26 -05:00
Slave removal: slave mode -> replica mode text in redis-cli.
This commit is contained in:
parent
a67181f88a
commit
8296e5c846
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user