Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
6b641f3a
Commit
6b641f3a
authored
Feb 14, 2013
by
antirez
Browse files
redis-cli: update prompt on cluster redirection.
parent
e0e15bd0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis-cli.c
View file @
6b641f3a
...
@@ -533,6 +533,7 @@ static int cliReadReply(int output_raw_strings) {
...
@@ -533,6 +533,7 @@ static int cliReadReply(int output_raw_strings) {
printf
(
"-> Redirected to slot [%d] located at %s:%d
\n
"
,
printf
(
"-> Redirected to slot [%d] located at %s:%d
\n
"
,
slot
,
config
.
hostip
,
config
.
hostport
);
slot
,
config
.
hostip
,
config
.
hostport
);
config
.
cluster_reissue_command
=
1
;
config
.
cluster_reissue_command
=
1
;
cliRefreshPrompt
();
}
}
if
(
output
)
{
if
(
output
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment