Searched refs:authCommand (Results 1 – 2 of 2) sorted by relevance
| /redis-3.2.3/src/ |
| H A D | server.c | 230 {"auth",authCommand,2,"sltF",0,NULL,0,0,0,0,0}, 2370 if (server.requirepass && !c->authenticated && c->cmd->proc != authCommand) in processCommand() 2498 c->cmd->proc != authCommand && in processCommand() 2658 void authCommand(client *c) { in authCommand() function
|
| H A D | server.h | 1479 void authCommand(client *c);
|