Searched refs:watchCommand (Results 1 – 3 of 3) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | multi.c | 339 void watchCommand(client *c) { in watchCommand() function
|
| H A D | server.c | 279 {"watch",watchCommand,-2,"sF",0,NULL,1,-1,1,0,0}, 2734 c->cmd->proc != multiCommand && c->cmd->proc != watchCommand) in processCommand()
|
| H A D | server.h | 2082 void watchCommand(client *c);
|