mirror of
https://github.com/fluencelabs/redis
synced 2025-06-17 11:11:20 +00:00
Globally applies addReplySubSyntaxError
This commit is contained in:
@ -2149,8 +2149,7 @@ NULL
|
||||
addReply(c,shared.ok);
|
||||
}
|
||||
} else {
|
||||
addReplyErrorFormat(c, "Unknown subcommand or wrong number of arguments for '%s'. Try CONFIG HELP",
|
||||
(char*)c->argv[1]->ptr);
|
||||
addReplySubSyntaxError(c);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user