Home
last modified time | relevance | path

Searched refs:subscribeCommand (Results 1 – 4 of 4) sorted by relevance

/redis-3.2.3/src/
H A Dpubsub.c277 void subscribeCommand(client *c) { in subscribeCommand() function
H A Dserver.h1608 void subscribeCommand(client *c);
H A Dserver.c258 {"subscribe",subscribeCommand,-2,"pslt",0,NULL,0,0,0,0,0},
2470 c->cmd->proc != subscribeCommand && in processCommand()
H A Dsentinel.c428 {"subscribe",subscribeCommand,-2,"",0,NULL,0,0,0,0,0},