Home
last modified time | relevance | path

Searched defs:multiCommand (Results 1 – 2 of 2) sorted by relevance

/redis-3.2.3/src/
H A Dmulti.c86 void multiCommand(client *c) { in multiCommand() function
H A Dserver.h754 struct redisCommand *delCommand, *multiCommand, *lpushCommand, *lpopCommand, member