Managed Redis
Dedicated Redis 7 servers provisioned and configured automatically. Password-protected, persistence enabled out of the box.
How it works
- Go to Managed → Redis and click New Redis
- Choose a name, server size, and SSH keypair
- redu.cloud creates a dedicated Ubuntu server with Redis pre-configured
- Once provisioning is complete (~3 minutes), your connection string appears
What’s included
- Redis 7 (or Redis 6)
- Dedicated server — no shared resources
- Password authentication (
requirepass) - AOF persistence enabled (
appendonly yes) allkeys-lrueviction policy — sensible default for caching
Pricing
Billed as a standard compute instance. There is no additional fee. A Small server (£12.50/month) handles most caching workloads.
Connection string format
redis://:YOUR_PASSWORD@SERVER_IP:6379Compatible with any Redis client library (ioredis, redis-py, Jedis, etc.).
Related
- Managed PostgreSQL — add a database
- Databases API
Last updated on