Skip to content

Commit 8296e5c

Browse files
committed
Slave removal: slave mode -> replica mode text in redis-cli.
1 parent a67181f commit 8296e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/redis-cli.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1154,7 +1154,7 @@ static int cliSendCommand(int argc, char **argv, long repeat) {
11541154
}
11551155

11561156
if (config.slave_mode) {
1157-
printf("Entering slave output mode... (press Ctrl-C to quit)\n");
1157+
printf("Entering replica output mode... (press Ctrl-C to quit)\n");
11581158
slaveMode();
11591159
config.slave_mode = 0;
11601160
zfree(argvlen);

0 commit comments

Comments
 (0)