Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dpubsub.c277 void subscribeCommand(client *c) { in subscribeCommand() function
H A Dserver.c273 {"subscribe",subscribeCommand,-2,"pslt",0,NULL,0,0,0,0,0},
2688 c->cmd->proc != subscribeCommand && in processCommand()
H A Dserver.h2076 void subscribeCommand(client *c);
H A Dsentinel.c447 {"subscribe",subscribeCommand,-2,"",0,NULL,0,0,0,0,0},