Skip to content
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 exporting configured_hz from info server #944

Merged
merged 4 commits into from
Sep 19, 2024

Commits on Sep 6, 2024

  1. Support exporting configured_hz from info

    When the `dynamic-hz` configuration option is in-use (Redis 6+), Redis
    will include `configured_hz` in the output of `info server`. The `hz`
    that is currently configured can impact Redis CPU utilization.
    
    This introduces exporting the server's current `configured_hz` value.
    justinmir committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    41ed7a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. add hz

    justinmir committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    6f2602c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f7812f View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    635cfc2 View commit details
    Browse the repository at this point in the history