• Liu Zhen's avatar
    fix clusters mixing accidentally by gossip · 3984dc65
    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.
    3984dc65
cluster.c 228 KB