From 5575f805fb9380de63c224e27f7595697a875e50 Mon Sep 17 00:00:00 2001 From: Jim Brunner Date: Tue, 4 Feb 2025 15:30:31 -0800 Subject: [PATCH] info clients_hz field (#225) Add info field created by https://github.com/valkey-io/valkey/pull/1387 Signed-off-by: Jim Brunner --- commands/info.md | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/info.md b/commands/info.md index 4c87ae73..0e2efac9 100644 --- a/commands/info.md +++ b/commands/info.md @@ -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