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