Co-authored-by: Itamar Haber <itamar@redislabs.com>
This commit is contained in:
xhe 2020-12-25 01:40:06 +08:00 committed by GitHub
parent 4617960863
commit fae5ceef2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2765,7 +2765,7 @@ void helloCommand(client *c) {
if (c->argc >= 2) {
if (getLongLongFromObjectOrReply(c, c->argv[next_arg++], &ver,
"The second argument should the protocol version if provided") != C_OK) {
"Protocol version is not an integer or out of range") != C_OK) {
return;
}