-
-
Notifications
You must be signed in to change notification settings - Fork 193
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
Add Redis version 4 support #243
Comments
second this! |
would any of you folks be interested in a collaboration to get version 4 working? |
@ghinks hit me up I'd be interest in collaborating. |
Just leaving work and will take a look at it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
The lib works great with Redis version 3.1.2, but 3 months ago, version 4 has been released and does not work. I debugged a little bit and it seems that the current redis calls
hgetall
,hset
, ..., are camelCased in version 4 and do not work here anymore. Could this please be updated?Great work btw.
The text was updated successfully, but these errors were encountered: