diff options
Diffstat (limited to 'examples/redis-unstable/src/commands/module-unload.json')
| -rw-r--r-- | examples/redis-unstable/src/commands/module-unload.json | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/examples/redis-unstable/src/commands/module-unload.json b/examples/redis-unstable/src/commands/module-unload.json deleted file mode 100644 index f2fbf80..0000000 --- a/examples/redis-unstable/src/commands/module-unload.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "UNLOAD": { - "summary": "Unloads 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" - ], - "reply_schema": { - "const": "OK" - }, - "arguments": [ - { - "name": "name", - "type": "string" - } - ] - } -} |
