Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dmulti.c339 void watchCommand(client *c) { in watchCommand() function
H A Dserver.c279 {"watch",watchCommand,-2,"sF",0,NULL,1,-1,1,0,0},
2734 c->cmd->proc != multiCommand && c->cmd->proc != watchCommand) in processCommand()
H A Dserver.h2082 void watchCommand(client *c);