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

rediscli command names should be treated case-insensitively #2411

Open
dannysepler opened this issue Jan 8, 2024 · 1 comment
Open

rediscli command names should be treated case-insensitively #2411

dannysepler opened this issue Jan 8, 2024 · 1 comment

Comments

@dannysepler
Copy link

#2058 created an issue in that the command-name should actually be lower-cased. get and GET should both run successfully in flask-admin's Redis CLI, but currently only get runs without failure.

Rather than lower-casing the whole string, it would make sense to only lower the command-name. For example, on the line before this one.

Happy to put in a PR if this is desired!

@dannysepler dannysepler changed the title rediscli commands should run case insensitively rediscli command names should be treated case-insensitively Jan 8, 2024
@samuelhwilliams
Copy link
Contributor

This feels like a reasonable request - happy to support a PR 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants