Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

MODULE UNLOAD

Syntax
MODULE UNLOAD name
Available since:
Redis Open Source 4.0.0
Time complexity:
O(1)
ACL categories:
@admin, @slow, @dangerous,

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:

RESP2/RESP3 Reply

Simple string reply: OK if the module was unloaded.
RATE THIS PAGE
Back to top ↑