summaryrefslogtreecommitdiff
path: root/src/commands/memory-stats.json
blob: aaef41d61102588a9baa50086af05258ea8fb2e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "STATS": {
        "summary": "Show memory usage details",
        "complexity": "O(1)",
        "group": "server",
        "since": "4.0.0",
        "arity": 2,
        "container": "MEMORY",
        "function": "memoryCommand",
        "command_tips": [
            "NONDETERMINISTIC_OUTPUT"
        ]
    }
}