-
Notifications
You must be signed in to change notification settings - Fork 47
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 support for redis v9 #72
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes look good to me. Thanks @YafimK for the PR.
Additionally, it seems that with go-redis@v9 we can support Go versions: [ 1.13, 1.14, 1.15 ], which is causing tests to fail. Can you update the go version in the workflow file to [ 1.20 ] ?
https://github.com/nitishm/go-rejson/blob/master/.github/workflows/test.yml#L9
Also, the linters in code-analysis.yml are also failing due to some version issues. Are we willing to look into it? We can have a separate PR also for the linters fix.
Pull Request Test Coverage Report for Build 4520503214
💛 - Coveralls |
Seems all requested changes were made to me, right? When is this due to merge? I'd be more than happy to be able to use this. |
Sorry for the delay. Looks like we are all set. Thanks for the PR @YafimK |
This updates the support for go-redis libary to latest v9