Redis®*: Enabling the modules
This documentation is part of the Search and JSON guide. You can view the complete guide here: Store JSON documents and query them efficiently with the Redis query engine.
👋 Welcome to the Stackhero documentation!
Stackhero provides a ready-to-use Redis cloud solution offering numerous advantages, including:
- Redis Commander web interface included.
- Unlimited message size and transfers.
- Updates made easy with just one click.
- Optimal performance and enhanced security thanks to a private, dedicated infrastructure.
Save time and make your life easier: it only takes 5 minutes to try Stackhero's Redis cloud hosting solution!
Modules are disabled by default, ensuring that existing services retain their original behaviour until you choose to enable new features.
- Open your service in the Stackhero dashboard.
- Go to the service configuration.
- In the Modules section, select the modules you want.
- Save your changes.
Your Redis service will restart with the selected modules loaded. This process usually takes just a few seconds.
Once you store data using a module (such as a JSON document, Bloom filter, or time series), keep that module enabled. Redis cannot access data created by a disabled module, and disabling it will prevent your service from starting. Vector sets are always available, as they are an integral part of Redis itself.
To check which modules are currently loaded, you can run:
redis-cli -u "rediss://default:<yourPassword>@<XXXXXX>.stackhero-network.com:<PORT_TLS>" MODULE LIST