Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dpubsub.c305 void punsubscribeCommand(client *c) { in punsubscribeCommand() function
H A Dserver.c276 {"punsubscribe",punsubscribeCommand,-1,"pslt",0,NULL,0,0,0,0,0},
2691 c->cmd->proc != punsubscribeCommand) { in processCommand()
H A Dserver.h2079 void punsubscribeCommand(client *c);
H A Dsentinel.c450 {"punsubscribe",punsubscribeCommand,-1,"",0,NULL,0,0,0,0,0},