summaryrefslogtreecommitdiffstats
path: root/src/commands/sentinel-myid.json
blob: 1f85859427e6057b6e281f69549a4e4d1caaaa0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "MYID": {
        "summary": "Get the Sentinel instance ID",
        "complexity": "O(1)",
        "group": "sentinel",
        "since": "6.2.0",
        "arity": 2,
        "container": "SENTINEL",
        "function": "sentinelCommand",
        "command_flags": [
            "ADMIN",
            "SENTINEL",
            "ONLY_SENTINEL"
        ]
    }
}