summaryrefslogtreecommitdiff
path: root/src/commands/sentinel-set.json
blob: 9b962bd223dadd61c26f3160e2f37e105406ab26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "SET": {
        "summary": "Change the configuration of a monitored master",
        "complexity": "O(1)",
        "group": "sentinel",
        "since": "2.8.4",
        "arity": -5,
        "container": "SENTINEL",
        "function": "sentinelCommand",
        "command_flags": [
            "ADMIN",
            "SENTINEL",
            "ONLY_SENTINEL"
        ]
    }
}