MOD-9917 MOD-9918 initial rust result processor bindings and infrastructure#6250
Merged
JonasKruckenberg merged 21 commits intomasterfrom Jun 11, 2025
Merged
MOD-9917 MOD-9918 initial rust result processor bindings and infrastructure#6250JonasKruckenberg merged 21 commits intomasterfrom
JonasKruckenberg merged 21 commits intomasterfrom
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6250 +/- ##
========================================
Coverage 88.85% 88.86%
========================================
Files 240 241 +1
Lines 40524 40794 +270
Branches 3165 3435 +270
========================================
+ Hits 36008 36251 +243
- Misses 4481 4507 +26
- Partials 35 36 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
DarthB
previously requested changes
Jun 4, 2025
Contributor
DarthB
left a comment
There was a problem hiding this comment.
Please re-add the RPCounter Rust implementation as an example.
0ae84d2 to
b30d6dc
Compare
ad62cd2 to
03ba543
Compare
f545e60 to
0864a69
Compare
kei-nan
reviewed
Jun 10, 2025
kei-nan
reviewed
Jun 10, 2025
kei-nan
reviewed
Jun 10, 2025
DarthB
reviewed
Jun 11, 2025
DarthB
reviewed
Jun 11, 2025
DarthB
reviewed
Jun 11, 2025
DarthB
reviewed
Jun 11, 2025
DarthB
reviewed
Jun 11, 2025
DarthB
reviewed
Jun 11, 2025
DarthB
reviewed
Jun 11, 2025
DarthB
reviewed
Jun 11, 2025
DarthB
reviewed
Jun 11, 2025
ab7b344 to
cb7b36a
Compare
cb7b36a to
c9df352
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe the changes in the pull request
This PR defines the
ResultProcessortrait and implements basic infrastructure required for writing result processors in Rust. To make reviewing easier, this PR does not include any result processor implementations and does not impact the redisearch binary at all.Mark if applicable