summaryrefslogtreecommitdiffstats
path: root/src/commands/object-help.json
blob: 22864bafa62bafa0deb22d28f8f0c6ea137f2aa5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "HELP": {
        "summary": "Show helpful text about the different subcommands",
        "complexity": "O(1)",
        "group": "generic",
        "since": "6.2.0",
        "arity": 2,
        "container": "OBJECT",
        "function": "objectCommand",
        "command_flags": [
            "LOADING",
            "STALE"
        ],
        "acl_categories": [
            "KEYSPACE"
        ]
    }
}