Searched refs:subscribeCommand (Results 1 – 4 of 4) sorted by relevance
| /redis-3.2.3/src/ |
| H A D | pubsub.c | 277 void subscribeCommand(client *c) { in subscribeCommand() function
|
| H A D | server.h | 1608 void subscribeCommand(client *c);
|
| H A D | server.c | 258 {"subscribe",subscribeCommand,-2,"pslt",0,NULL,0,0,0,0,0}, 2470 c->cmd->proc != subscribeCommand && in processCommand()
|
| H A D | sentinel.c | 428 {"subscribe",subscribeCommand,-2,"",0,NULL,0,0,0,0,0},
|