Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dpubsub.c297 void psubscribeCommand(client *c) { in psubscribeCommand() function
H A Dserver.c275 {"psubscribe",psubscribeCommand,-2,"pslt",0,NULL,0,0,0,0,0},
2690 c->cmd->proc != psubscribeCommand && in processCommand()
H A Dserver.h2078 void psubscribeCommand(client *c);
H A Dsentinel.c449 {"psubscribe",psubscribeCommand,-2,"",0,NULL,0,0,0,0,0},