-
Notifications
You must be signed in to change notification settings - Fork 986
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
Implement set(double) in NestedMultiOutput #1486
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1486 +/- ##
============================================
- Coverage 78.83% 78.81% -0.02%
- Complexity 6203 6208 +5
============================================
Files 461 461
Lines 20739 20745 +6
Branches 2282 2283 +1
============================================
+ Hits 16349 16351 +2
- Misses 3334 3336 +2
- Partials 1056 1058 +2
Continue to review full report at Codecov.
|
@sokomishalov do you want to go forward and merge this PR to FTR, squash commits into a single one and edit the commit message to match the Lettuce commit message format (here are two commits for a PR merge: 5810f96 and b240c58). You can add |
NestedMultiOutput does not implement CommandOutput.set(double number) which causes problem with RediSearch FT.INFO command
@mp911de well, looks I did it |
Added unit test for #1484