Deploy managed Redis in one click
Add a managed Redis instance to your project in one click. Darmi Cloud provisions it from the official image with password auth and persistence, and injects REDIS_URL into your app.
How to deploy Redis
- 1
Open the Databases section
Sign in, open the dashboard and go to Databases. Managed databases require a paid plan (Pro or Team).
- 2
Provision Redis
Click New database, choose Redis, and Darmi Cloud provisions the container on a persistent volume with generated credentials.
- 3
Link it to your project
Select the project to link. On the next deploy, the REDIS_URL connection string is injected as an environment variable automatically.
- 4
Ship — backups run for you
Deploy your app; it connects using the injected credentials. Daily backups run automatically with 7-day retention, plus one-click manual backup and restore.
Great for
- Caching, sessions and rate limiting.
- Background job queues (BullMQ, Sidekiq, Celery).
- Pub/sub and real-time features.
Redis FAQ
How does my app get the Redis connection string?
Link the Redis instance to your project and REDIS_URL is injected as an environment variable on the next deployment.
Is the Redis instance password protected?
Yes. Provisioning generates a password (requirepass) and enables append-only persistence, and the instance is only reachable on the internal network.
Can I back up Redis?
Daily snapshots are taken and kept for 7 days. Note that in-place restore over stdin isn't supported for Redis the way it is for SQL engines.
What does it cost?
The Team plan includes 3 databases; on Pro each is a €5/month add-on. A paid plan is required.