summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/module-unload.md
diff options
context:
space:
mode:
Diffstat (limited to 'iredis/data/commands/module-unload.md')
-rw-r--r--iredis/data/commands/module-unload.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/iredis/data/commands/module-unload.md b/iredis/data/commands/module-unload.md
new file mode 100644
index 0000000..c5ce38e
--- /dev/null
+++ b/iredis/data/commands/module-unload.md
@@ -0,0 +1,13 @@
+Unloads a module.
+
+This command unloads the module specified by `name`. Note that the module's name
+is reported by the `MODULE LIST` command, and may differ from the dynamic
+library's filename.
+
+Known limitations:
+
+- Modules that register custom data types can not be unloaded.
+
+@return
+
+@simple-string-reply: `OK` if module was unloaded.