Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
c6da9d9f
Commit
c6da9d9f
authored
Feb 21, 2013
by
antirez
Browse files
Call clusterUpdateState() after CLUSTER SETSLOT too.
parent
3a99d122
Changes
1
Show whitespace changes
Inline
Side-by-side
src/cluster.c
View file @
c6da9d9f
...
...
@@ -1440,6 +1440,7 @@ void clusterCommand(redisClient *c) {
addReplyError
(
c
,
"Invalid CLUSTER SETSLOT action or number of arguments"
);
return
;
}
clusterUpdateState
();
clusterSaveConfigOrDie
();
addReply
(
c
,
shared
.
ok
);
}
else
if
(
!
strcasecmp
(
c
->
argv
[
1
]
->
ptr
,
"info"
)
&&
c
->
argc
==
2
)
{
...
...
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