• antirez's avatar
    Sentinel: distinguish between is-master-down-by-addr requests. · 812f76a8
    antirez authored
    Some are just to know if the master is down, and in this case the runid
    in the request is set to "*", others are actually in order to seek for a
    vote and get elected. In the latter case the runid is set to the runid
    of the instance seeking for the vote.
    812f76a8
redis.c 116 KB