From 385aa7165ed54b191feaa5cc89bc2a0f0613749f Mon Sep 17 00:00:00 2001 From: "zhaozhao.zz" Date: Thu, 27 Jun 2024 18:55:25 +0800 Subject: [PATCH] Update commands/client-capa.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Viktor Söderqvist --- commands/client-capa.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/commands/client-capa.md b/commands/client-capa.md index 23dfd41c..557a6d87 100644 --- a/commands/client-capa.md +++ b/commands/client-capa.md @@ -6,4 +6,7 @@ Valkey will ignore them instead of returning an error. The capabilities currently supported are: -* `redirect` - This indicates that the client is capable of handling redirect messages. When accessing a replica node in standalone mode, if a data operation is performed (read or write commands), Valkey will return `-REDIRECT primary-ip:port` to this connection. Using the `READONLY` command can enable this connection to execute read commands on the replica node. +* `redirect` - This indicates that the client is capable of handling redirect messages. + When accessing a replica node in standalone mode, if a data operation is performed (read or write commands), + Valkey will return `-REDIRECT primary-ip:port` to this connection. + Using the `READONLY` command can enable this connection to execute read commands on the replica node.