summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/module-unload.md
blob: c5ce38ee0c4dd809385c6164580abfdfe313a084 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.