summaryrefslogtreecommitdiff
path: root/src/commands/module-unload.json
blob: 1e8623e819bb121812d30dae93c4405ec8c16135 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "UNLOAD": {
        "summary": "Unload a module",
        "complexity": "O(1)",
        "group": "server",
        "since": "4.0.0",
        "arity": 3,
        "container": "MODULE",
        "function": "moduleCommand",
        "command_flags": [
            "ADMIN",
            "NOSCRIPT"
        ],
        "arguments": [
            {
                "name": "name",
                "type": "string"
            }
        ]
    }
}