-
Notifications
You must be signed in to change notification settings - Fork 39
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
Support Pipeline & Transaction + Examples #68
Conversation
Codecov ReportBase: 93.32% // Head: 93.36% // Increases project coverage by
📣 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 @@
## master #68 +/- ##
==========================================
+ Coverage 93.32% 93.36% +0.03%
==========================================
Files 76 77 +1
Lines 4555 4566 +11
Branches 422 422
==========================================
+ Hits 4251 4263 +12
Misses 181 181
+ Partials 123 122 -1
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 at Codecov. |
CC @uglide |
* added pipelineexamples and docs * adding pipelinewithAsync example * Adding a README to the nuget package (#76) * Adding a README to the nuget package * readme path * fixing readme path * adding pipelinewithasync doc feedback changes * feedback changes * fix examples * fix JsonWithSearchPipeline test * Add delay before search * Change to one consractor for Pipeline that get IDatabase --------- Co-authored-by: Chayim <chayim@users.noreply.github.com> Co-authored-by: shacharPash <shachar.pashchur@redis.com>
* added pipelineexamples and docs * adding pipelinewithAsync example * adding pipelinewithasync doc feedback changes * added transaction support * fixing docs and transactions methods * adding transaction test01 * adding transactions tests * fix test * fixes * add TestModulsTransaction --------- Co-authored-by: shacharPash <shachar.pashchur@redis.com>
This PR contains 3 main things:
|
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.
LGTM 👍
Closes #60
Closes #61
Closes #62
Closes #63
Closes #64
Closes #65
Closes #66
Closes #78