Searched refs:unsubscribeCommand (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | pubsub.c | 285 void unsubscribeCommand(client *c) { in unsubscribeCommand() function
|
| H A D | server.c | 274 {"unsubscribe",unsubscribeCommand,-1,"pslt",0,NULL,0,0,0,0,0}, 2689 c->cmd->proc != unsubscribeCommand && in processCommand()
|
| H A D | server.h | 2077 void unsubscribeCommand(client *c);
|
| H A D | sentinel.c | 448 {"unsubscribe",unsubscribeCommand,-1,"",0,NULL,0,0,0,0,0},
|