correction

Co-authored-by: Oran Agra <oran@redislabs.com>
This commit is contained in:
xhe 2020-12-24 19:16:28 +08:00 committed by GitHub
parent 9caae4f488
commit 304740e791

View File

@ -2758,7 +2758,7 @@ NULL
}
}
/* HELLO [protocol-version] [AUTH <user> <password>] [SETNAME <name>] */
/* HELLO [<protocol-version> [AUTH <user> <password>] [SETNAME <name>] ] */
void helloCommand(client *c) {
long long ver = 0;
int next_arg = 1;