aboutsummaryrefslogtreecommitdiff
path: root/examples/redis-unstable/src/commands/module-unload.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/redis-unstable/src/commands/module-unload.json')
-rw-r--r--examples/redis-unstable/src/commands/module-unload.json26
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 @@
1{
2 "UNLOAD": {
3 "summary": "Unloads a module.",
4 "complexity": "O(1)",
5 "group": "server",
6 "since": "4.0.0",
7 "arity": 3,
8 "container": "MODULE",
9 "function": "moduleCommand",
10 "command_flags": [
11 "NO_ASYNC_LOADING",
12 "ADMIN",
13 "NOSCRIPT",
14 "PROTECTED"
15 ],
16 "reply_schema": {
17 "const": "OK"
18 },
19 "arguments": [
20 {
21 "name": "name",
22 "type": "string"
23 }
24 ]
25 }
26}