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.
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.
Host Redis at DINAO
Resource tiers compatible with Redis prerequisites (minimum 1 vCPU / 256 Mo / 1 Go). Hosted in France, fully managed.
- 1 dedicated vCPU
- 2 Go RAM
- 20 GB NVMe
- Daily backups
- Managed & monitored by DINAO
- 2 dedicated vCPU
- 4 Go RAM
- 40 GB NVMe
- Daily backups
- Managed & monitored by DINAO
- 4 dedicated vCPU
- 8 Go RAM
- 80 GB NVMe
- Daily backups
- Managed & monitored by DINAO
- 8 dedicated vCPU
- 16 Go RAM
- 160 GB NVMe
- Daily backups
- Managed & monitored by DINAO
Technical details
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.