Skip to content

chore(redis): Drop support for < 4.2 - #7058

Merged
sentrivana merged 10 commits into
major/3.0from
ivana/major/drop-redis
Aug 6, 2026
Merged

chore(redis): Drop support for < 4.2#7058
sentrivana merged 10 commits into
major/3.0from
ivana/major/drop-redis

Conversation

@sentrivana

@sentrivana sentrivana commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Drop support for redis-py<4.2:

  • remove redis cluster legacy (it was moved directly into redis-py in 4.1)
  • remove deprecated max_data_size integration option
  • remove conditional patching of async client and pipeline -- just patch always (they're available from 4.2+)
  • use the Redis class instead of StrictRedis (which is just an alias)

@github-actions

github-actions Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Codecov Results 📊

94850 passed | ⏭️ 5479 skipped | Total: 100329 | Pass Rate: 94.54% | Execution Time: 343m 33s

📊 Comparison with Base Branch

Metric Change
Total Tests 📉 -5072
Passed Tests 📉 -4072
Failed Tests
Skipped Tests 📉 -1000

All tests are passing successfully.

✅ Patch coverage is 100.00%. Project has 2318 uncovered lines.
✅ Project coverage is 90.23%. Comparing base (base) to head (head).

Coverage diff
@@            Coverage Diff             @@
##          main       #PR       +/-##
==========================================
+ Coverage    89.96%    90.23%    +0.27%
==========================================
  Files          193       185        -8
  Lines        24955     23716     -1239
  Branches      9004      8586      -418
==========================================
+ Hits         22448     21398     -1050
- Misses        2507      2318      -189
- Partials      1437      1380       -57

Generated by Codecov Action

@sentrivana
sentrivana marked this pull request as ready for review August 6, 2026 10:02
@sentrivana
sentrivana requested a review from a team as a code owner August 6, 2026 10:02
@sentrivana
sentrivana merged commit 36a17e7 into major/3.0 Aug 6, 2026
130 checks passed
@sentrivana
sentrivana deleted the ivana/major/drop-redis branch August 6, 2026 11:06
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.

2 participants