redis-shake工具
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18 lines
458 B

{
"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"
]
}
}