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

add support for redis v9 #72

Merged
merged 7 commits into from
Mar 31, 2023
Merged

add support for redis v9 #72

merged 7 commits into from
Mar 31, 2023

Conversation

YafimK
Copy link
Contributor

@YafimK YafimK commented Mar 13, 2023

This updates the support for go-redis libary to latest v9

Copy link
Collaborator

@Shivam010 Shivam010 left a 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.

@coveralls
Copy link

coveralls commented Mar 19, 2023

Pull Request Test Coverage Report for Build 4520503214

  • 2 of 2 (100.0%) changed or added relevant lines in 1 file are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-0.08%) to 94.656%

Files with Coverage Reduction New Missed Lines %
rejson.go 1 95.15%
Totals Coverage Status
Change from base Build 2842758614: -0.08%
Covered Lines: 124
Relevant Lines: 131

💛 - Coveralls

@d0x7
Copy link

d0x7 commented Mar 31, 2023

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.

@Shivam010
Copy link
Collaborator

Sorry for the delay. Looks like we are all set. Thanks for the PR @YafimK

@Shivam010 Shivam010 merged commit d2aa875 into nitishm:master Mar 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants