summaryrefslogtreecommitdiffstats
path: root/src/commands/slowlog-help.json
blob: cf2707d38bd8146a4220843d21473a7f6a2afb05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "HELP": {
        "summary": "Show helpful text about the different subcommands",
        "complexity": "O(1)",
        "group": "server",
        "since": "6.2.0",
        "arity": 2,
        "container": "SLOWLOG",
        "function": "slowlogCommand",
        "command_flags": [
            "LOADING",
            "STALE"
        ]
    }
}