rediscli
command names should be treated case-insensitively
#2411
Labels
rediscli
command names should be treated case-insensitively
#2411
#2058 created an issue in that the command-name should actually be lower-cased.
get
andGET
should both run successfully in flask-admin's Redis CLI, but currently onlyget
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!
The text was updated successfully, but these errors were encountered: