1
0
Fork 0
iredis/iredis/data/commands/readwrite.md
Daniel Baumann 7d10e6c54a
Adding upstream version 1.13.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-09 17:11:00 +01:00

10 lines
359 B
Markdown

Disables read queries for a connection to a Redis Cluster replica node.
Read queries against a Redis Cluster replica node are disabled by default,
but you can use the `READONLY` command to change this behavior on a per-
connection basis. The `READWRITE` command resets the readonly mode flag
of a connection back to readwrite.
@return
@simple-string-reply