Skip to content

Commit

Permalink
info clients_hz field (#225)
Browse files Browse the repository at this point in the history
Add info field created by valkey-io/valkey#1387

Signed-off-by: Jim Brunner <[email protected]>
  • Loading branch information
JimB123 authored Feb 4, 2025
1 parent 511b975 commit 5575f80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ Here is the meaning of all fields in the **server** section:
* `uptime_in_days`: Same value expressed in days
* `hz`: The server's current frequency setting
* `configured_hz`: The server's configured frequency setting
* `clients_hz`: Current frequency for client maintenance
* `lru_clock`: Clock incrementing every minute, for LRU management
* `executable`: The path to the server's executable
* `config_file`: The path to the config file
Expand Down

0 comments on commit 5575f80

Please sign in to comment.