• L
    fix clusters mixing accidentally by gossip · 3984dc65
    Liu Zhen 提交于
    `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 227.9 KB