-
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
Remove JedisBroadcast #3254
Remove JedisBroadcast #3254
Conversation
@sazzad16 can you explain the reason? |
@yangbodong22011 Product managers within Redis are not satisfied how error handling is looking with this approach (even though they are satisfied with actual broadcast). I feel there is a big chance of a future breaking request if we release this in 4.4.0 release and I'd prefer to avoid that. So I've created this PR as a reminder to remove this feature just in case we have to release 4.4.0 before the green signal of this broadcast approach. |
Did they provide their own ideas or plans? Directly modify the command of JedisCluster itself or other?
It will not bring breaking change, it's a new feature and we did not change the default behavior of original Commands. |
I'm waiting for that.
Introducing it is not the breaking change. I meant releasing JedisBroadcast in 4.4.0 and then possibly breaking it in immediate/later release. |
Codecov ReportBase: 66.95% // Head: 67.00% // 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 #3254 +/- ##
============================================
+ Coverage 66.95% 67.00% +0.04%
+ Complexity 4640 4622 -18
============================================
Files 258 256 -2
Lines 15027 14946 -81
Branches 938 935 -3
============================================
- Hits 10062 10015 -47
+ Misses 4562 4531 -31
+ Partials 403 400 -3
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. |
eaa2474
to
25689dc
Compare
Resolved by #3285 |
No description provided.