mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 17:10:50 +00:00
fix typo
This commit is contained in:
parent
2961c89161
commit
221dfbd322
@ -3505,7 +3505,7 @@ static clusterManagerNode *clusterManagerNodeWithLeastReplicas() {
|
|||||||
return node;
|
return node;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* This fucntion returns a random master node, return NULL if none */
|
/* This function returns a random master node, return NULL if none */
|
||||||
|
|
||||||
static clusterManagerNode *clusterManagerNodeMasterRandom() {
|
static clusterManagerNode *clusterManagerNodeMasterRandom() {
|
||||||
int master_count = 0;
|
int master_count = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user