• antirez's avatar
    Cluster: new node field fail_time. · 1a02b744
    antirez authored
    This is the unix time at which we set the FAIL flag for the node.
    It is only valid if FAIL is set.
    
    The idea is to use it in order to make the cluster more robust, for
    instance in order to revert a FAIL state if it is long-standing but
    still slots are assigned to this node, that is, no one is going to fix
    these slots apparently.
    1a02b744
redis.h 61.1 KB