Back to Redis

MODULE LIST

content/commands/module-list.md

latest1.3 KB
Original Source

Returns information about the modules loaded to the server.

Redis Software and Redis Cloud compatibility

| Redis Software | Redis Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> | |:----------------------|:-----------------|:------| | <span title="Supported">✅ Standard</span> <span title="Supported"><nobr>✅ Active-Active</nobr></span> | <span title="Supported">✅ Standard</span> <span title="Supported"><nobr>✅ Active-Active</nobr></span> | |

Return information

{{< multitabs id="module-list-return-info" tab1="RESP2" tab2="RESP3" >}}

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:

  • name: the name of the module.
  • ver: the version of the module.

-tab-sep-

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:

  • name: the name of the module.
  • ver: the version of the module.

{{< /multitabs >}}