Commit 6b641f3a authored by antirez's avatar antirez
Browse files

redis-cli: update prompt on cluster redirection.

parent e0e15bd0
......@@ -533,6 +533,7 @@ static int cliReadReply(int output_raw_strings) {
printf("-> Redirected to slot [%d] located at %s:%d\n",
slot, config.hostip, config.hostport);
config.cluster_reissue_command = 1;
cliRefreshPrompt();
}
if (output) {
......
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