MODULE UNLOAD name

    Time complexity: O(1)

    This command unloads the module specified by . Note that the module's name is reported by the command, and may differ from the dynamic library's filename.

    Simple string reply: OK if module was unloaded.