Searched refs:multiCommand (Results 1 – 3 of 3) sorted by relevance
| /redis-3.2.3/src/ |
| H A D | multi.c | 86 void multiCommand(client *c) { in multiCommand() function 109 propagate(server.multiCommand,c->db->id,&multistring,1, in execCommandPropagateMulti()
|
| H A D | server.h | 754 struct redisCommand *delCommand, *multiCommand, *lpushCommand, *lpopCommand, member 1578 void multiCommand(client *c);
|
| H A D | server.c | 239 {"multi",multiCommand,1,"sF",0,NULL,0,0,0,0,0}, 1587 server.multiCommand = lookupCommandByCString("multi"); in initServerConfig() 2515 c->cmd->proc != multiCommand && c->cmd->proc != watchCommand) in processCommand()
|