Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dsentinel.c442 void sentinelRoleCommand(client *c);
453 {"role",sentinelRoleCommand,1,"l",0,NULL,0,0,0,0,0},
3382 void sentinelRoleCommand(client *c) { in sentinelRoleCommand() function