feat(redis)!: remove support for legacy redis client versions#12057
feat(redis)!: remove support for legacy redis client versions#12057
Conversation
User descriptionDescription of changeremoving support for redis v3/v4 clients. Pull-Request Checklist
PR TypeEnhancement Description
Diagram Walkthroughflowchart LR
A["Legacy Redis v3/v4<br/>Callback-based API"] -->|Remove| B["Modern Redis v5+<br/>Promise-based API"]
C["Version Detection<br/>Logic"] -->|Remove| D["Simplified<br/>Codebase"]
E["Dual API Paths<br/>in Methods"] -->|Consolidate| F["Single Promise<br/>Implementation"]
|
| Relevant files | |||
|---|---|---|---|
| Enhancement |
|
PR Code Suggestions ✨Latest suggestions up to 69ffb7b
Previous suggestions✅ Suggestions up to commit 2326fe3
✅ Suggestions up to commit a404fde
|
||||||||||||||||||||||||||||||||||||||||||
commit: |
Code Review by Qodo
1.
|
Code Review by Qodo
1. Docs missing redis v3/v4 removal
|
|
(will fix Qodo comments) |
|
maybe I should add tests too, since it's likely |
Code Review by Qodo🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)
Great, no issues found!Qodo reviewed your code and found no material issues that require reviewⓘ The new review experience is currently in Beta. Learn more |
|
Persistent review updated to latest commit e82d496 |
1 similar comment
|
Persistent review updated to latest commit e82d496 |
|
Persistent review updated to latest commit 096bca9 |
|
Persistent review updated to latest commit 096bca9 |
|
Persistent review updated to latest commit cd328c3 |
1 similar comment
|
Persistent review updated to latest commit cd328c3 |
|
It seems |
|
Persistent review updated to latest commit 4930950 |
I don't think we should spin of container from the test. We should rather assume the test environment has everything we need. So I would rather rely on the side containers in GHA. |
|
Persistent review updated to latest commit 6efc8b1 |
|
Persistent review updated to latest commit 1b0b51f |
|
Persistent review updated to latest commit 04a6f13 |
|
Persistent review updated to latest commit 8ee849d |
|
|
Persistent review updated to latest commit 5c73674 |



Description of change
Pull-Request Checklist
masterbranchFixes #00000tests/**.test.ts)docs/docs/**.md)