Home
last modified time | relevance | path

Searched refs:last_hello_time (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dsentinel.c172 mstime_t last_hello_time; /* Only used if SRI_SENTINEL is set. Last time member
1213 ri->last_hello_time = mstime(); in createSentinelRedisInstance()
2513 if (si) si->last_hello_time = mstime(); in sentinelProcessHelloMessage()
2914 addReplyBulkLongLong(c,mstime() - ri->last_hello_time); in addReplySentinelRedisInstance()