-
Notifications
You must be signed in to change notification settings - Fork 504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix error messages in parsing of bit commands #1739
Conversation
Signed-off-by: Jinze Wu <294843472@qq.com>
Signed-off-by: Jinze Wu <294843472@qq.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice catch!
Signed-off-by: Jinze Wu <294843472@qq.com>
Signed-off-by: Jinze Wu <294843472@qq.com>
Will merge if all CI passed |
Thank you for catching this @gogim1 |
I want to complain about the PR title, which is not formal and clear enough to me. A better message may be "Fix error messages in parsing of bit commands". @mapleFU You can adjust the commit message before you merge it, please do not miss the chance. And please do not use spoken English and abbreviation, and avoid grammatical errors in command messages. |
Sorry for that, I'll wait for some time before merging. You can force push to overwrite the title @PragmaTwice |
It is forbidden by project settings to force push to the unstable branch. Just be careful next time : ) |
This PR makes the error message consistent with the error message in Redis when calling the bit commands.