Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dsentinel.c68 #define SRI_SCRIPT_KILL_SENT (1<<12) /* SCRIPT KILL already sent on -BUSY */ macro
2381 !(ri->flags & SRI_SCRIPT_KILL_SENT)) in sentinelPingReplyCallback()
2390 ri->flags |= SRI_SCRIPT_KILL_SENT; in sentinelPingReplyCallback()
3635 ri->flags &= ~(SRI_S_DOWN|SRI_SCRIPT_KILL_SENT); in sentinelCheckSubjectivelyDown()