Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dserver.h1619 void askingCommand(client *c);
H A Dnetworking.c1035 if (!(c->flags & CLIENT_MULTI) && prevcmd != askingCommand) in resetClient()
H A Dserver.c270 {"asking",askingCommand,1,"F",0,NULL,0,0,0,0,0},
H A Dcluster.c4915 void askingCommand(client *c) { in askingCommand() function