Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dserver.c245 {"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 Dserver.h1942 void pingCommand(client *c);
H A Dsentinel.c445 {"ping",pingCommand,1,"",0,NULL,0,0,0,0,0},