• antirez's avatar
    Cluster: CLUSTER BUMPEPOCH introduced to help redis-trib fix. · b58796f5
    antirez authored
    Sometimes during "fixes" we have to setup a new configuration and assign
    slots to nodes. With BUMPEPOCH we can make sure the new configuration of
    the node will win if there are conflicting configurations (for example
    another node is *also* claiming the same slot because the cluster is
    totally messed up).
    b58796f5
cluster.c 198 KB