What's new in Valkey 9.0? Discover new features and improvements. Read the announcement.

MODULE LIST

Returns all loaded modules.

Usage
MODULE LIST
Complexity
O(N) where N is the number of loaded modules.
Since
4.0.0
ACL Categories
@admin, @dangerous, @slow
Command flags
ADMIN, NOSCRIPT

Returns information about the modules loaded to the server.

Replies

RESP2

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.

RESP3

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.