pallets-eco/flask-admin

`rediscli` command names should be treated case-insensitively

dannysepler opened this issue · 1 comments

#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!

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