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 ef14c18c8e
commit 4e36925c66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;