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