Searched refs:discardCommand (Results 1 – 3 of 3) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | multi.c | 97 void discardCommand(client *c) { in discardCommand() function
|
| H A D | server.c | 255 {"discard",discardCommand,1,"sF",0,NULL,0,0,0,0,0}, 2733 c->cmd->proc != execCommand && c->cmd->proc != discardCommand && in processCommand()
|
| H A D | server.h | 2048 void discardCommand(client *c);
|