Searched refs:master_link_down_time (Results 1 – 1 of 1) sorted by relevance
203 mstime_t master_link_down_time; /* Slave replication link down time. */ member1219 ri->master_link_down_time = 0; in createSentinelRedisInstance()2093 ri->master_link_down_time = 0; in sentinelRefreshInstanceInfo()2158 ri->master_link_down_time = strtoll(l+31,NULL,10)*1000; in sentinelRefreshInstanceInfo()2688 (ri->master_link_down_time != 0))) in sentinelSendPeriodicCommands()2884 addReplyBulkLongLong(c,ri->master_link_down_time); in addReplySentinelRedisInstance()4123 if (slave->master_link_down_time > max_master_down_time) continue; in sentinelSelectSlave()