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

Make call method command name case-insensitive #287

Merged

Conversation

viralpraxis
Copy link
Contributor

Redis commands are case-insensitive.

redis-rb behavior:

[1] redis_connection.call(["sET", "foo", 1])
"OK"
[2] redis_connection.call(["GET", "foo"])
"1"

@sds sds merged commit 202bde6 into sds:main Nov 16, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants