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
cd2b5df9
Commit
cd2b5df9
authored
Mar 18, 2020
by
hwware
Committed by
antirez
Apr 07, 2020
Browse files
fix spelling in cluster.c
parent
8cdc153f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cluster.c
View file @
cd2b5df9
...
...
@@ -933,7 +933,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