Skip to content

Commit

Permalink
Update commands/client-capa.md
Browse files Browse the repository at this point in the history
Co-authored-by: Viktor Söderqvist <viktor.soderqvist@est.tech>
Signed-off-by: zhaozhao.zz <zhaozhao.zz@alibaba-inc.com>
  • Loading branch information
soloestoy and zuiderkwast committed Jun 27, 2024
1 parent adcaded commit eff505d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion commands/client-capa.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit eff505d

Please sign in to comment.