summaryrefslogtreecommitdiffstats
path: root/src/commands/module-load.json
blob: 84e6d35967044a8864120c5712a224f718b9dcd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
    "LOAD": {
        "summary": "Load a module",
        "complexity": "O(1)",
        "group": "server",
        "since": "4.0.0",
        "arity": -3,
        "container": "MODULE",
        "function": "moduleCommand",
        "command_flags": [
            "NO_ASYNC_LOADING",
            "ADMIN",
            "NOSCRIPT",
            "PROTECTED"
        ],
        "arguments": [
            {
                "name": "path",
                "type": "string"
            },
            {
                "name": "arg",
                "type": "string",
                "optional": true,
                "multiple": true
            }
        ]
    }
}