-
-
Notifications
You must be signed in to change notification settings - Fork 233
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
fix: redis cluster update as scale out #872
fix: redis cluster update as scale out #872
Conversation
Signed-off-by: drivebyer <wuyangmuc@gmail.com>
Signed-off-by: drivebyer <wuyangmuc@gmail.com>
Signed-off-by: drivebyer <wuyangmuc@gmail.com>
Signed-off-by: drivebyer <wuyangmuc@gmail.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #872 +/- ##
==========================================
+ Coverage 35.20% 38.70% +3.50%
==========================================
Files 19 19
Lines 3213 2656 -557
==========================================
- Hits 1131 1028 -103
+ Misses 2015 1559 -456
- Partials 67 69 +2 ☔ View full report in Codecov by Sentry. |
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.
Nice work
* fix: redis cluster update as scale out Signed-off-by: drivebyer <wuyangmuc@gmail.com> * add e2e test step && remove unnecessary test assert Signed-off-by: drivebyer <wuyangmuc@gmail.com> * add newline Signed-off-by: drivebyer <wuyangmuc@gmail.com> * add newline Signed-off-by: drivebyer <wuyangmuc@gmail.com> --------- Signed-off-by: drivebyer <wuyangmuc@gmail.com> Signed-off-by: Matt Robinson <mattrobinsonsre@gmail.com>
Description
Fix redis cluster status not updated when scale out cluster size.
Type of change
Checklist
Additional Context