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
5a404c87
Commit
5a404c87
authored
Dec 20, 2013
by
antirez
Browse files
Redis Cluster: remove no longer relevant comment.
parent
fda4cba9
Changes
1
Show whitespace changes
Inline
Side-by-side
src/cluster.c
View file @
5a404c87
...
...
@@ -1217,11 +1217,6 @@ int clusterProcessPacket(clusterLink *link) {
link
->
node
->
port
=
0
;
freeClusterLink
(
link
);
clusterDoBeforeSleep
(
CLUSTER_TODO_SAVE_CONFIG
);
/* FIXME: remove this node if we already have it.
*
* If we already have it but the IP is different, use
* the new one if the old node is in FAIL, PFAIL, or NOADDR
* status... */
return
0
;
}
}
...
...
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