Searched refs:authCommand (Results 1 – 3 of 3) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | server.c | 244 {"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 D | server.h | 1941 void authCommand(client *c);
|
| H A D | sentinel.c | 456 {"auth",authCommand,2,"sltF",0,NULL,0,0,0,0,0}
|