summaryrefslogtreecommitdiffstats
path: root/src/commands/memory-doctor.json
blob: c0c8c22a8ede3289d10c015a8eee56003f8f711a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "DOCTOR": {
        "summary": "Outputs a memory problems report.",
        "complexity": "O(1)",
        "group": "server",
        "since": "4.0.0",
        "arity": 2,
        "container": "MEMORY",
        "function": "memoryCommand",
        "command_tips": [
            "NONDETERMINISTIC_OUTPUT",
            "REQUEST_POLICY:ALL_SHARDS",
            "RESPONSE_POLICY:SPECIAL"
        ],
        "reply_schema": {
            "description": "memory problems report",
            "type": "string"
        }
    }
}