Searched refs:pingCommand (Results 1 – 3 of 3) sorted by relevance
| /redis-3.2.3/src/ |
| H A D | server.c | 231 {"ping",pingCommand,-1,"tF",0,NULL,0,0,0,0,0}, 2431 c->cmd->proc == pingCommand)) in processCommand() 2469 c->cmd->proc != pingCommand && in processCommand() 2672 void pingCommand(client *c) { in pingCommand() function
|
| H A D | server.h | 1480 void pingCommand(client *c);
|
| H A D | sentinel.c | 426 {"ping",pingCommand,1,"",0,NULL,0,0,0,0,0},
|