• Liu Zhen's avatar
    fix clusters mixing accidentally by gossip · 84a7a905
    Liu Zhen authored
    `clusterStartHandshake` will start hand handshake
    and eventually send CLUSTER MEET message, which is strictly prohibited
    in the REDIS CLUSTER SPEC.
    Only system administrator can initiate CLUSTER MEET message.
    Futher, according to the SPEC, rather than IP/PORT pairs, only nodeid
    can be trusted.
    84a7a905
cluster.c 228 KB