Home
last modified time | relevance | path

Searched refs:multiCommand (Results 1 – 3 of 3) sorted by relevance

/redis-3.2.3/src/
H A Dmulti.c86 void multiCommand(client *c) { in multiCommand() function
109 propagate(server.multiCommand,c->db->id,&multistring,1, in execCommandPropagateMulti()
H A Dserver.h754 struct redisCommand *delCommand, *multiCommand, *lpushCommand, *lpopCommand, member
1578 void multiCommand(client *c);
H A Dserver.c239 {"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()