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

MODULE LIST

Syntax
MODULE LIST
Available since:
Redis Open Source 4.0.0
Time complexity:
O(N) where N is the number of loaded modules.
ACL categories:
@admin, @slow, @dangerous,

Returns information about the modules loaded to the server.

RESP2 Reply

Array reply: list of loaded modules. Each element in the list represents a represents a module, and is in itself a list of property names and their values. The following properties is reported for each loaded module:

RESP3 Reply

Array reply: list of loaded modules. Each element in the list represents a represents a module, and is a Map reply of property names and their values. The following properties is reported for each loaded module:


RATE THIS PAGE
Back to top ↑