Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dsentinel.c444 struct redisCommand sentinelcmds[] = { variable
473 for (j = 0; j < sizeof(sentinelcmds)/sizeof(sentinelcmds[0]); j++) { in initSentinel()
475 struct redisCommand *cmd = sentinelcmds+j; in initSentinel()