Home
last modified time | relevance | path

Searched refs:authCommand (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dserver.c244 {"auth",authCommand,2,"sltF",0,NULL,0,0,0,0,0},
2586 if (server.requirepass && !c->authenticated && c->cmd->proc != authCommand) in processCommand()
2717 c->cmd->proc != authCommand && in processCommand()
2936 void authCommand(client *c) { in authCommand() function
H A Dserver.h1941 void authCommand(client *c);
H A Dsentinel.c456 {"auth",authCommand,2,"sltF",0,NULL,0,0,0,0,0}