Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dsentinel.c439 void sentinelInfoCommand(client *c);
452 {"info",sentinelInfoCommand,-1,"",0,NULL,0,0,0,0,0},
3317 void sentinelInfoCommand(client *c) { in sentinelInfoCommand() function