Add Redis to your application
Add Redis to your application
To add a Redis instance to your application:
- Open the application from the Dashboard.
- Click on Data Sources in the left-hand nav
- Click on Add Source in the sub-nav
- Click the green + Add Data Source button and select Redis
- A drawer will open from the left, with configuration options for the server.
- Click Add Server to start the process
Redis replication
Cloud 66 supports both standard primary/replica and cascading replication (A → B → C chains) for Redis. Redis chains its replication streams natively via REPLICAOF, so an intermediate replica forwards its upstream's stream to its own downstream replicas without any additional configuration.
For setup, limits, and the behaviour of promote/disable on a chain, see the database replication guide.