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

Bump redis version from <5 to <6 #460

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Wh1isper
Copy link

@Wh1isper Wh1isper commented May 19, 2024

closes #458

Just tried to bump redis from <5 to <6, and CI tests passed.

redis 5 introduced some of incompatible API(aclose and close...) that made it difficult for users to change their code based on version 5, so I think bringing the version up to date it necessary.

Copy link

codecov bot commented May 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.47%. Comparing base (94cd878) to head (af9b484).
Report is 11 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #460      +/-   ##
==========================================
+ Coverage   96.27%   96.47%   +0.19%     
==========================================
  Files          11       11              
  Lines        1074     1078       +4     
  Branches      209      190      -19     
==========================================
+ Hits         1034     1040       +6     
  Misses         19       19              
+ Partials       21       19       -2     

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1315583...af9b484. Read the comment docs.

@Wh1isper Wh1isper changed the title Update pyproject.toml Bump redis version from <5 to <6 May 19, 2024
@Wh1isper
Copy link
Author

Wh1isper commented May 19, 2024

May related with: #418

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.

Support for redis > 5.0.x in pyproject.toml?
1 participant