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
262262fb
Commit
262262fb
authored
Mar 18, 2020
by
hwware
Browse files
fix spelling in cluster.c
parent
b3a97004
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cluster.c
View file @
262262fb
...
...
@@ -932,7 +932,7 @@ int clusterAddNode(clusterNode *node) {
return
(
retval
==
DICT_OK
)
?
C_OK
:
C_ERR
;
}
/* Remove a node from the cluster. The functio performs the high level
/* Remove a node from the cluster. The functio
n
performs the high level
* cleanup, calling freeClusterNode() for the low level cleanup.
* Here we do the following:
*
...
...
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