-
Notifications
You must be signed in to change notification settings - Fork 729
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
Add new flag in CLIENT LIST
for import-source client
#1398
Conversation
…n import-mode is off Signed-off-by: lvyanqi.lyq <[email protected]>
Signed-off-by: lvyanqi.lyq <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## unstable #1398 +/- ##
============================================
+ Coverage 70.82% 70.87% +0.04%
============================================
Files 118 118
Lines 63561 63592 +31
============================================
+ Hits 45020 45071 +51
+ Misses 18541 18521 -20
|
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.
Looks good in general. Thanks!
It's a good idea, but let's move this idea to #668. |
Co-authored-by: Viktor Söderqvist <[email protected]> Signed-off-by: Yanqi Lv <[email protected]>
Thanks for your review and suggestion. I like this idea 😄 |
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, thanks!
@valkey-io/core-team please approve the interface changes mentioned in the top comment.
Co-authored-by: Binbin <[email protected]> Signed-off-by: Yanqi Lv <[email protected]>
@lyq2333 Can you open a doc PR to add the flag here: https://github.com/valkey-io/valkey-doc/blob/main/commands/client-list.md |
OK, I will include it in the introduction of import mode. |
- Add new flag "I" in `CLIENT LIST` for import-source client - Add `DEBUG_CONFIG` for import-mode - Allow import-source status to be turned off when import-mode is off Fixes valkey-io#1350 and valkey-io#1185 (comment). --------- Signed-off-by: lvyanqi.lyq <[email protected]> Signed-off-by: Yanqi Lv <[email protected]> Co-authored-by: Viktor Söderqvist <[email protected]> Co-authored-by: Binbin <[email protected]>
This PR is for valkey-io/valkey#1185 and valkey-io/valkey#1398. --------- Signed-off-by: lvyanqi.lyq <[email protected]> Signed-off-by: Viktor Söderqvist <[email protected]> Co-authored-by: Viktor Söderqvist <[email protected]>
Fixes #1350 and #1185 (comment).
CLIENT LIST
for import-source clientDEBUG_CONFIG
for import-mode