Searched refs:subscribeCommand (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | pubsub.c | 277 void subscribeCommand(client *c) { in subscribeCommand() function
|
| H A D | server.c | 273 {"subscribe",subscribeCommand,-2,"pslt",0,NULL,0,0,0,0,0}, 2688 c->cmd->proc != subscribeCommand && in processCommand()
|
| H A D | server.h | 2076 void subscribeCommand(client *c);
|
| H A D | sentinel.c | 447 {"subscribe",subscribeCommand,-2,"",0,NULL,0,0,0,0,0},
|