blob: ed6e7d19be314f6f6960cbc32017c073b8b0686e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"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"
],
"command_tips": [
"NONDETERMINISTIC_OUTPUT_ORDER"
]
}
}
|