mirror of
https://github.com/redis/redis.git
synced 2026-04-26 08:38:11 -04:00
Merge 890e7574dc into 9accf8bd24
This commit is contained in:
commit
8a8feccbd9
1 changed files with 2 additions and 2 deletions
|
|
@ -3757,8 +3757,8 @@ void clusterSendPing(clusterLink *link, int type) {
|
|||
|
||||
/* In the gossip section don't include:
|
||||
* 1) Nodes in HANDSHAKE state.
|
||||
* 3) Nodes with the NOADDR flag set.
|
||||
* 4) Disconnected nodes if they don't have configured slots.
|
||||
* 2) Nodes with the NOADDR flag set.
|
||||
* 3) Disconnected nodes if they don't have configured slots.
|
||||
*/
|
||||
if (this->flags & (CLUSTER_NODE_HANDSHAKE|CLUSTER_NODE_NOADDR) ||
|
||||
(this->link == NULL && this->numslots == 0))
|
||||
|
|
|
|||
Loading…
Reference in a new issue