summaryrefslogtreecommitdiff
path: root/src/commands/sentinel-is-master-down-by-addr.json
blob: af5ce9ad5c541ee9f9dfbc3332c96d23ec962c5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "IS-MASTER-DOWN-BY-ADDR": {
        "summary": "Check if a master is down",
        "complexity": "O(1)",
        "group": "sentinel",
        "since": "2.8.4",
        "arity": 6,
        "container": "SENTINEL",
        "function": "sentinelCommand",
        "command_flags": [
            "ADMIN",
            "SENTINEL",
            "ONLY_SENTINEL"
        ]
    }
}