Searched refs:askingCommand (Results 1 – 4 of 4) sorted by relevance
| /redis-3.2.3/src/ |
| H A D | server.h | 1619 void askingCommand(client *c);
|
| H A D | networking.c | 1035 if (!(c->flags & CLIENT_MULTI) && prevcmd != askingCommand) in resetClient()
|
| H A D | server.c | 270 {"asking",askingCommand,1,"F",0,NULL,0,0,0,0,0},
|
| H A D | cluster.c | 4915 void askingCommand(client *c) { in askingCommand() function
|