summaryrefslogtreecommitdiff
path: root/src/commands/cluster-nodes.json
blob: ce34944e194e5a8e5564cd5bd82ab820cff148f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "NODES": {
        "summary": "Returns the cluster configuration for a node.",
        "complexity": "O(N) where N is the total number of Cluster nodes",
        "group": "cluster",
        "since": "3.0.0",
        "arity": 2,
        "container": "CLUSTER",
        "function": "clusterCommand",
        "command_flags": [
            "STALE"
        ],
        "command_tips": [
            "NONDETERMINISTIC_OUTPUT"
        ],
        "reply_schema": {
            "description": "the serialized cluster configuration",
            "type": "string"
        }
    }
}