Skip to content
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 in scan command and support for redis insights #44

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

dinesh-murugiah
Copy link
Collaborator

when parsing the arguments of scan command and checking the validity of the arguments
the arguments were not converted to lower case before doing any operations to make it case insentive
this resulted in failure when giving MATCH and COUNT argument in caps
this is a not a critical problem as it will usually be a manual command , But Tools which use this may fail
This also failed redis insights to work properly , This fix solves this

Copy link
Collaborator

@pratheep-kumar pratheep-kumar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LG

@dinesh-murugiah dinesh-murugiah merged commit 0c8e0b6 into v1.28.0-dbaas Dec 5, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants