-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 the MAXAGE option for CLIENT KILL #3187
Conversation
Issue redis#3154 The CLIENT KILL command has a new option, called MAXAGE, to kill clients older than a given age. Add support for this new option.
4d6c1bc
to
e1e95b5
Compare
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #3187 +/- ##
==========================================
- Coverage 91.84% 91.72% -0.13%
==========================================
Files 128 128
Lines 33232 33338 +106
==========================================
+ Hits 30523 30579 +56
- Misses 2709 2759 +50 ☔ 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.
tested, simple change
Issue redis#3154 The CLIENT KILL command has a new option, called MAXAGE, to kill clients older than a given age. Add support for this new option. Co-authored-by: Gabriel Erzse <gabriel.erzse@redis.com>
Issue #3154 The CLIENT KILL command has a new option, called MAXAGE, to kill clients older than a given age. Add support for this new option. Co-authored-by: Gabriel Erzse <gabriel.erzse@redis.com>
Issue #3154 The CLIENT KILL command has a new option, called MAXAGE, to kill clients older than a given age. Add support for this new option. Co-authored-by: Gabriel Erzse <gabriel.erzse@redis.com>
Issue #3154 The CLIENT KILL command has a new option, called MAXAGE, to kill clients older than a given age. Add support for this new option. Co-authored-by: Gabriel Erzse <gabriel.erzse@redis.com>
Issue #3154 The CLIENT KILL command has a new option, called MAXAGE, to kill clients older than a given age. Add support for this new option. Co-authored-by: Gabriel Erzse <gabriel.erzse@redis.com>
Pull Request check-list
Please make sure to review and check all of these items:
Description of change
Issue #3154
The CLIENT KILL command has a new option, called MAXAGE, to kill clients older than a given age. Add support for this new option.