Redis®*: Enabling the modules

This documentation is part of the Search and JSON guide. View the full guide here: Store JSON documents and query them efficiently with the Redis query engine.

👋 Welcome to the Stackhero documentation!

Stackhero offers a ready-to-use Redis cloud solution that provides a host of benefits, including:

  • Redis Commander web UI included.
  • Unlimited message size and transfers.
  • Effortless updates with just a click.
  • Optimal performance and robust security powered by a private, dedicated infrastructure.

Save time and simplify your life: it only takes 5 minutes to try Stackhero's Redis cloud hosting solution!

Modules are disabled by default. This ensures existing services keep their original behavior until you choose to enable new features.

  1. Open your service in the Stackhero dashboard.
  2. Go to the service configuration.
  3. In the Modules section, select the modules you want.
  4. Save your changes.

Your Redis service will restart with the selected modules loaded. This process typically completes in 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 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