-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
etcdctl: support query count only of specified prefix #11743
Conversation
Codecov Report
@@ Coverage Diff @@
## master #11743 +/- ##
==========================================
- Coverage 66.12% 66.06% -0.06%
==========================================
Files 403 403
Lines 36792 36800 +8
==========================================
- Hits 24327 24313 -14
- Misses 10967 10973 +6
- Partials 1498 1514 +16
Continue to review full report at Codecov.
|
The change LGTM. @mlmhl Can you add this new feature to the changelog? Thanks |
@xiang90 Of cause, I submitted a PR to update the CHANGELOG, PTAL :). |
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!
Sometimes we only want to know how many objects under a specified prefix, instead of extracting the whole keys or values.