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.