-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
[WIP] RESP3 Support #3293
[WIP] RESP3 Support #3293
Conversation
sazzad16
commented
Feb 15, 2023
- Added protocol selection (RESP2/RESP3)
- Added internal HELLO command
- Added RESP3 reply 'readers'; not necessarily parsers; simplified map/set
Codecov ReportPatch coverage:
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## 5.0 #3293 +/- ##
============================================
- Coverage 67.06% 66.77% -0.29%
+ Complexity 4662 4655 -7
============================================
Files 263 263
Lines 15092 15131 +39
Branches 952 950 -2
============================================
- Hits 10121 10104 -17
- Misses 4566 4615 +49
- Partials 405 412 +7
... and 21 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
- Added protocol selection (RESP2/RESP3) - Added internal HELLO command - Added RESP3 reply 'readers'; not necessarily parsers; simplified map/set
- Address most module commands - Unify Double builders and dependent builders