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
221dfbd3
Commit
221dfbd3
authored
Nov 23, 2018
by
yongman
Browse files
fix typo
parent
2961c891
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis-cli.c
View file @
221dfbd3
...
@@ -3505,7 +3505,7 @@ static clusterManagerNode *clusterManagerNodeWithLeastReplicas() {
...
@@ -3505,7 +3505,7 @@ static clusterManagerNode *clusterManagerNodeWithLeastReplicas() {
return
node
;
return
node
;
}
}
/* This fu
c
ntion returns a random master node, return NULL if none */
/* This fun
c
tion returns a random master node, return NULL if none */
static
clusterManagerNode
*
clusterManagerNodeMasterRandom
()
{
static
clusterManagerNode
*
clusterManagerNodeMasterRandom
()
{
int
master_count
=
0
;
int
master_count
=
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