summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/module-list.md
blob: d951f23c9a60831a0d54e3b7782470771b076199 (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