summaryrefslogtreecommitdiff
path: root/src/commands/cluster-myid.json
blob: dc4f8a773691f093d74baa8dc0452846eff06aba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "MYID": {
        "summary": "Return the node id",
        "complexity": "O(1)",
        "group": "cluster",
        "since": "3.0.0",
        "arity": 2,
        "container": "CLUSTER",
        "function": "clusterCommand",
        "command_flags": [
            "STALE"
        ]
    }
}