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.
 
 
 

23 lines
500 B

{
"UNLOAD": {
"summary": "Unload 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": "name",
"type": "string"
}
]
}
}