Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dpubsub.c285 void unsubscribeCommand(client *c) { in unsubscribeCommand() function
H A Dserver.c274 {"unsubscribe",unsubscribeCommand,-1,"pslt",0,NULL,0,0,0,0,0},
2689 c->cmd->proc != unsubscribeCommand && in processCommand()
H A Dserver.h2077 void unsubscribeCommand(client *c);
H A Dsentinel.c448 {"unsubscribe",unsubscribeCommand,-1,"",0,NULL,0,0,0,0,0},