-
Notifications
You must be signed in to change notification settings - Fork 23.8k
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
[cluster-mode] redis-cli show database number after using SELECT #1812
Comments
This happens regardless of clustering settings if you use a large enough database number: Redis-cli simply doesn't check that the select didn't error when changing the db number it displays.
|
Seems like it was fixed by unstable branch. Could you update & build and try again? -- updated
|
Maybe I've fixed this issue by #2283, could you please check and verify? Thanks! |
After building from the fix-redis-cli-select-db branch:
Yup, looks good. |
Tests pass. |
@qwitwa Thanks for verifying! |
Closing because tracking in #2283 |
When running in cluster mode, changing db is not supported but redis-cli still show the database number after SELECT is used.
This is a example output from redis-cli
The text was updated successfully, but these errors were encountered: