Introducing Redis by Clever Cloud…

redisclever post

We're super excited to roll-out the new Redis by Clever Cloud add-on for all of our users. Redis is a blazing-fast key-value store, perfect for low-latency storage. We're glad to provide it in our own way today, with a little surprise. 🙂

Introducing Redis by Clever Cloud + Redsmin

We wanted to build the best Redis Database as a Service for our users, along with our other add-ons MySQL, PostgreSQL and MongoDB.

But we also wanted to take our Redis add-on further by providing state-of-the-art tooling with it. To that extent, each new Redis add-on comes with Redsmin, the best Redis administration and monitoring system. We had the pleasure to introduce Redsmin as a new add-on a few months ago; now it's simpler than ever.

To use Redsmin with your Redis by Clever Cloud, just head to your configuration panel. Redsmin is already there, along with the backups.

magic

You will find the Redis add-on in the console, with a free plan if you want to use it right away. For bigger needs, we provide plans for up to 2.5 GB Redis instances.

Use cases

Redis gained a high popularity these last years. The community did a really good job, allowing Redis to be easy to setup and to integrate in many languages. This popularity and this technical success led Redis to be used as a multi-purpose database:

  • Session storage: You can use Redis to track easily your users data on your app. Store the sessions in an easy way to keep users' data available for your stateless apps.
  • Queuing jobs: Redis comes with interesting primitives like BLPOP, a blocking list pop primitive. This feature allows workers to wait for jobs to get pushed onto the queue.
  • Caching: Redis is well known for its caching capabilities. If you have assets or data that are frequently used, Redis may be a good way to serve them in an efficient way.

We hope you'll find in our Redis offer with Redsmin a great way to build awesome apps.

Happy coding!

Blog

À lire également

The audit as a weapon: compliance, another battlefield of economic warfare

I recently read the Flash ingérence published by the DGSI in May 2026 on the risks associated with foreign audits. It concerns three French companies confronted, under cover of regulatory procedures, with practices that end up weakening them. One of these examples struck me in particular, because it shows the extent to which the compliance reflex can sometimes turn against the party who believes they are doing the right thing.
Company

Managed Kubernetes: benefits, limitations and selection criteria

A managed Kubernetes service is an offering in which the cloud provider manages the Kubernetes control plane on the user’s behalf. Provisioning, updates, availability and certificate rotation are handled by the provider. The user retains control over their workloads and node pools but does not administer the cluster’s critical infrastructure.
Engineering Features

Kubernetes Cloud: What It Is, How It Works, and the Main Types of Offerings

People often talk about "Kubernetes cloud" as if it were a single product, or set Kubernetes and the cloud against each other as competing choices. Neither is accurate.
Engineering