Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dserver.c230 {"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 Dserver.h1479 void authCommand(client *c);