From bb6963ea0e2178af6bb1b32db017729332e0fb11 Mon Sep 17 00:00:00 2001 From: Rueian Date: Tue, 7 Jan 2025 13:01:47 -0800 Subject: [PATCH] Add availability_zone to the HELLO response. This PR is for https://github.com/valkey-io/valkey/pull/1487. Signed-off-by: Rueian --- commands.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/commands.json b/commands.json index c95dc374..66b5340e 100644 --- a/commands.json +++ b/commands.json @@ -6830,6 +6830,10 @@ "group": "connection", "complexity": "O(1)", "history": [ + [ + "8.1.0", + "A new `availability_zone` field has been added into the response if the `availability_zone` config is set." + ], [ "6.2.0", "`protover` made optional; when called without arguments the command reports the current connection's context."