Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dnetworking.c1135 if (!(c->flags & CLIENT_MULTI) && prevcmd != askingCommand) in resetClient()
H A Dserver.h2087 void askingCommand(client *c);
H A Dserver.c285 {"asking",askingCommand,1,"F",0,NULL,0,0,0,0,0},
H A Dcluster.c5393 void askingCommand(client *c) { in askingCommand() function