Valkey: Enabling the modules
This documentation is part of the Search and JSON guide. You can view the complete guide here: Store and query JSON documents with the Valkey search module.
👋 Welcome to the Stackhero documentation!
Stackhero provides a ready-to-use Valkey cloud solution offering numerous advantages, including:
- Redis Commander web interface included.
- Unlimited message size and transfers.
- One-click simplified updates.
- 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 Valkey cloud hosting solution!
Modules are disabled by default, so your existing service retains its current behaviour until you enable them.
- Open your service on the Stackhero dashboard.
- Go to the service configuration.
- In the Modules section, select the modules you wish to enable.
- Save your changes.
Valkey restarts to load the selected modules. This usually takes just a few seconds.
If you have stored data using a module (such as a JSON document or a Bloom filter), keep that module enabled. Valkey cannot read that data without the module that created it. Disabling the module would prevent your service from restarting successfully.
You can check which modules are currently loaded at any time:
valkey-cli -u "rediss://default:<yourPassword>@<XXXXXX>.stackhero-network.com:<PORT_TLS>" MODULE LIST