Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dserver.c231 {"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 Dserver.h1480 void pingCommand(client *c);
H A Dsentinel.c426 {"ping",pingCommand,1,"",0,NULL,0,0,0,0,0},