summaryrefslogtreecommitdiff
path: root/src/commands/memory-doctor.json
blob: 590778a7c405dada200a7612d3feb74e608bf920 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "DOCTOR": {
        "summary": "Outputs memory problems report",
        "complexity": "O(1)",
        "group": "server",
        "since": "4.0.0",
        "arity": 2,
        "container": "MEMORY",
        "function": "memoryCommand",
        "command_tips": [
            "NONDETERMINISTIC_OUTPUT"
        ]
    }
}