Skip to Content

Managed Redis

Dedicated Redis 7 servers provisioned and configured automatically. Password-protected, persistence enabled out of the box.


How it works

  1. Go to Managed → Redis and click New Redis
  2. Choose a name, server size, and SSH keypair
  3. redu.cloud creates a dedicated Ubuntu server with Redis pre-configured
  4. 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-lru eviction 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:6379

Compatible with any Redis client library (ioredis, redis-py, Jedis, etc.).


Last updated on