summaryrefslogtreecommitdiff
path: root/src/commands/readwrite.json
blob: 81e505ffe8405e9d7b5e2d526a58566026f81632 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "READWRITE": {
        "summary": "Disables read queries for a connection to a cluster replica node",
        "complexity": "O(1)",
        "group": "cluster",
        "since": "3.0.0",
        "arity": 1,
        "function": "readwriteCommand",
        "command_flags": [
            "FAST",
            "LOADING",
            "STALE"
        ],
        "acl_categories": [
            "CONNECTION"
        ]
    }
}