-
-
Notifications
You must be signed in to change notification settings - Fork 97
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
feat: support predis #72
Conversation
godruoyi
commented
Apr 6, 2024
•
edited
Loading
edited
- fix tests
- update readme
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #72 +/- ##
============================================
+ Coverage 98.71% 98.74% +0.02%
- Complexity 91 94 +3
============================================
Files 7 8 +1
Lines 234 239 +5
============================================
+ Hits 231 236 +5
Misses 3 3 ☔ View full report in Codecov by Sentry. |
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.
I couldn't help but notice this does not follow my suggestion to use the adapter pattern, but instead implements an entirely separate SequenceResolver
. I still think the adapter pattern would work better, unless you have some specific reason why you disagree?
Co-authored-by: Bilge <[email protected]>