summaryrefslogtreecommitdiff
path: root/src/commands/module-list.json
blob: 56a7cd3f56bb4952f38ac553ddda2196ab2cdd3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "LIST": {
        "summary": "List all modules loaded by the server",
        "complexity": "O(N) where N is the number of loaded modules.",
        "group": "server",
        "since": "4.0.0",
        "arity": 2,
        "container": "MODULE",
        "function": "moduleCommand",
        "command_flags": [
            "ADMIN",
            "NOSCRIPT"
        ]
    }
}