mirror of
https://github.com/fluencelabs/redis
synced 2025-06-24 06:21:32 +00:00
ACL: move AUTH implementation in acl.c.
This commit is contained in:
@ -2023,7 +2023,7 @@ NULL
|
||||
}
|
||||
}
|
||||
|
||||
/* HELLO <protocol-version> [AUTH <user> <password>] */
|
||||
/* HELLO <protocol-version> [AUTH <user> <password>] [SETNAME <name>] */
|
||||
void helloCommand(client *c) {
|
||||
long long ver;
|
||||
|
||||
|
Reference in New Issue
Block a user