mirror of
https://github.com/fluencelabs/redis
synced 2025-04-25 10:32:14 +00:00
Merge pull request #7006 from hwware/fixspelling
fix spelling in cluster.c clusterDelNode
This commit is contained in:
commit
fa4f50739a
@ -933,7 +933,7 @@ int clusterAddNode(clusterNode *node) {
|
|||||||
return (retval == DICT_OK) ? C_OK : C_ERR;
|
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 function performs the high level
|
||||||
* cleanup, calling freeClusterNode() for the low level cleanup.
|
* cleanup, calling freeClusterNode() for the low level cleanup.
|
||||||
* Here we do the following:
|
* Here we do the following:
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user