Searched refs:pingCommand (Results 1 – 3 of 3) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | server.c | 245 {"ping",pingCommand,-1,"tF",0,NULL,0,0,0,0,0}, 2649 c->cmd->proc == pingCommand)) in processCommand() 2687 c->cmd->proc != pingCommand && in processCommand() 2950 void pingCommand(client *c) { in pingCommand() function
|
| H A D | server.h | 1942 void pingCommand(client *c);
|
| H A D | sentinel.c | 445 {"ping",pingCommand,1,"",0,NULL,0,0,0,0,0},
|