Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dsentinel.c368 void sentinelScheduleScriptExecution(char *path, ...);
633 sentinelScheduleScriptExecution(master->notification_script, in sentinelEvent()
667 void sentinelScheduleScriptExecution(char *path, ...) { in sentinelScheduleScriptExecution() function
920 sentinelScheduleScriptExecution(master->client_reconfig_script, in sentinelCallClientReconfScript()