summaryrefslogtreecommitdiff
path: root/src/commands/sentinel-simulate-failure.json
blob: 85423a2f5fefb628c5fca9373991c460778e1585 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "SIMULATE-FAILURE": {
        "summary": "Simulate failover scenarios",
        "group": "sentinel",
        "since": "3.2.0",
        "arity": -3,
        "container": "SENTINEL",
        "function": "sentinelCommand",
        "command_flags": [
            "ADMIN",
            "SENTINEL",
            "ONLY_SENTINEL"
        ]
    }
}