Fully managed and integrated with Google Cloud, Azure, and AWS.
Build the fastest, most reliable GenAI apps with our advanced vector database.
Self-managed software with enterprise-grade compliance and reliability.
Synchronize data in near-real time to make data fast—without writing code.
In-memory database for caching & streaming.
MODULE LOAD path [arg [arg ...]]
@admin
,
@slow
,
@dangerous
,
Loads a module from a dynamic library at runtime.
This command loads and initializes the Redis module from the dynamic library
specified by the path
argument. The path
should be the absolute path of the
library, including the full filename. Any additional arguments are passed
unmodified to the module.
Note: modules can also be loaded at server startup with loadmodule
configuration directive in redis.conf
.
OK
if the module was loaded.