Skip to content

Redis

Servala provides fully managed Redis instances -- a high-performance, open-source in-memory data store commonly used for caching, session management, and message queuing.

What's included

  • Managed Redis instance with automated deployment
  • Monitoring and alerting
  • Encrypted connections (TLS)
  • Persistence options

Available offerings

Cloud Provider Zones
Details to be added --

Configuration options

Key parameters available when provisioning:

  • Redis version -- select the major version
  • Memory size -- amount of memory allocated for data

Connecting to your instance

After provisioning, retrieve your connection credentials from the instance detail page. Use them with any Redis client:

redis-cli -h <hostname> -p <port> -a <password> --tls

Or use a connection string:

rediss://<username>:<password>@<hostname>:<port>

Note the rediss:// scheme (with double s) which indicates TLS.

Backup & recovery

  • Backup availability depends on the specific offering and persistence configuration

Contact support if you need to restore from a backup.

Limitations & known issues

  • Redis Cluster mode may not be available on all offerings
  • Some Redis modules may not be available

Further reading