Redis Commands

Docs  >   Redis Commands   >  M   >   Module-list

Top

Returns information about the modules loaded to the server.

@return

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

  • name: Name of the module
  • ver: Version of the module