← Back to catalog Redis · managed by DINAO

Ultra-fast cache and queues, hosted in France

An in-memory Redis instance, installed, secured, and monitored by DINAO. Accelerate your applications with a cache, sessions, and message queues — all on French servers.

Hosted in FranceGDPR CompliantSub-millisecond LatencyEncrypted & Isolated AccessOfficial Docker image
Overview

What is Redis?

Redis is an ultra-fast in-memory data store, used as a database, cache, and message broker. By keeping data in RAM, it offers response times in the sub-millisecond range, making it an essential component for applications requiring high performance.

Beyond simple key-value pairs, Redis supports rich data structures: strings, lists, sets, sorted sets, hash tables, streams, bitmaps, and HyperLogLog. It ensures disk persistence, replication, high availability via Redis Sentinel, and horizontal scalability with Redis Cluster. It also serves as a queue manager, session handler, real-time ranking system, and publish/subscribe system.

Lightweight, easy to deploy, and with a mature ecosystem, Redis is the reference choice for application caching, database acceleration, session management, and real-time data processing. Self-hosted on your infrastructure, it guarantees performance and complete control over your data.

Compatible offers

Host Redis at DINAO

Resource tiers compatible with Redis prerequisites (minimum 1 vCPU / 256 Mo / 1 Go). Hosted in France, fully managed.

Standard
2 vCPU · 4 Go · 40 Go
19,90 € /month excl. VAT
  • 2 dedicated vCPU
  • 4 Go RAM
  • 40 GB NVMe
  • Daily backups
  • Managed & monitored by DINAO
Order
Performance
4 vCPU · 8 Go · 80 Go
39,90 € /month excl. VAT
  • 4 dedicated vCPU
  • 8 Go RAM
  • 80 GB NVMe
  • Daily backups
  • Managed & monitored by DINAO
Order
Dédié
8 vCPU · 16 Go · 160 Go
79,90 € /month excl. VAT
  • 8 dedicated vCPU
  • 16 Go RAM
  • 160 GB NVMe
  • Daily backups
  • Managed & monitored by DINAO
Order
Managed hosting

Managed Redis hosting in France

Self-hosting Redis means a server to maintain, security updates, backups and monitoring. With our managed Redis hosting, you use the application: we run the infrastructure.

  • Deployed in minutes, always kept up to date
  • Daily backups included
  • Continuous monitoring, data hosted in France (GDPR)
  • Prefer self-hosted with root access? Redis also runs on our Docker VPS.

Managed Redis hosting, production-ready: application cache, queues, sessions — Redis is often the most critical yet least monitored component of a stack. Our Redis hosting includes configured persistence, backups and memory monitoring, hosted in France. A dependable alternative to running it yourself on a bare VPS.

Under the hood

Technical details

vCPU
1 vCPU
ideal : 1 vCPU
Memory
256 Mo
ideal : 1 Go
Disk
1 Go
ideal : 5 Go
Image : docker.io/library/redis:7 Registry : docker.io Services : redis Ports : 6379:6379
FAQ

You might be wondering…

What is Redis used for?

Redis accelerates your applications: page and query caching, web session storage, message queues (pub/sub and streams), counters and real-time rankings, distributed locks. It is an ideal complement to your primary SQL or NoSQL database.

Is my data lost if the server restarts?

No, thanks to persistence. Redis regularly saves its state to disk via RDB (snapshots) and/or AOF (write-ahead log). DINAO enables persistence and encrypted snapshots retained for X days.

Where is the data hosted?

On DINAO's infrastructure in France, in one of the available datacenters. Your keys and cached data never leave the country.

Do I need technical skills?

For usage, a Redis client and a connection string are sufficient for your application. DINAO manages installation, persistence, high availability, and security.

Does Redis replace my primary database?

Most often no: Redis is designed as a fast layer (cache, sessions, queues) to complement a persistent database like PostgreSQL or MongoDB. However, it can serve as a primary store for certain in-memory use cases with persistence.