Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dsentinel.c235 int running_scripts; /* Number of scripts in execution right now. */ member
466 sentinel.running_scripts = 0; in initSentinel()
739 while (sentinel.running_scripts < SENTINEL_SCRIPT_MAX_RUNNING && in sentinelRunPendingScripts()
770 sentinel.running_scripts++; in sentinelRunPendingScripts()
835 sentinel.running_scripts--; in sentinelCollectTerminatedScripts()
3249 sentinel.running_scripts, in sentinelInfoCommand()