-
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
Support Sentinel mode with UnifiedJedis #3240
Conversation
301e5ac
to
8d76174
Compare
8d76174
to
66bf801
Compare
0599778
to
7dcbcb5
Compare
Codecov ReportBase: 66.93% // Head: 66.98% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #3240 +/- ##
============================================
+ Coverage 66.93% 66.98% +0.05%
- Complexity 4609 4630 +21
============================================
Files 252 254 +2
Lines 14881 14995 +114
Branches 923 938 +15
============================================
+ Hits 9960 10045 +85
- Misses 4523 4548 +25
- Partials 398 402 +4
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. |
7dcbcb5
to
5db40eb
Compare
5db40eb
to
2229905
Compare
This is an expansion of redis#3221, as well as redis#3240. This is requested in redis#3516.
Resolves #2754
Addresses #2864