summaryrefslogtreecommitdiff
path: root/src/commands/replconf.json
blob: d5c43d52546cf3eb505af52a091da4e1e3b60396 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "REPLCONF": {
        "summary": "An internal command for configuring the replication stream",
        "complexity": "O(1)",
        "group": "server",
        "since": "3.0.0",
        "arity": -1,
        "function": "replconfCommand",
        "doc_flags": [
            "SYSCMD"
        ],
        "command_flags": [
            "ADMIN",
            "NOSCRIPT",
            "LOADING",
            "STALE",
            "ALLOW_BUSY"
        ],
        "reply_schema": {
            "const": "OK"
        }
    }
}