Where Redis fits on a long engagement.

Redis is easy to add and easy to become quietly dependent on. A cache introduced to relieve the database becomes load-bearing once traffic grows around it, and at that point losing Redis is no longer a performance event, it is an outage. Knowing which of the two a given deployment is — a true cache or a de facto primary store — is the question worth answering early.

The recurring production issues are predictable. An eviction policy left at the default surprises people when memory fills, keys written without a TTL accumulate until they do, and cache invalidation logic accretes until nobody is confident what a given key means. None of these are hard problems; they are all consequences of decisions nobody made explicitly.

What an assigned team does with Redis.

Caching correctness is one of the areas where continuity pays most visibly. Understanding which keys are safe to evict, and what stale data means for a given screen, is knowledge about the product rather than about Redis, and it does not transfer with a handover document.

That knowledge accumulating in the same people is the argument for a standing assignment rather than capacity booked per piece of work. What that commitment costs and how it is agreed is set out in how the monthly fee is built.

What we use Redis for.

  • Taking read load off the primary database Caching the expensive queries with deliberate TTLs and an invalidation path that is written down.
  • Distributed locks and rate limiting Coordinating work across several instances without inventing a coordination mechanism in application code.
  • Sessions that survive a deploy Session state outside the application process, so a rolling restart does not sign everybody out.

How Redis capacity is assigned.

Redis work is assigned inside the discipline that owns the service using it. Where the constraint is the data layer itself rather than the application, that sits under managed data services.

Tell us what your roadmap needs Redis for.

A service delivery manager replies with the disciplines we would assign, the monthly capacity and what the first month looks like.

Loading the contact form… You can also email hello@azendo.co.

We reply within one working day. No obligation, and no newsletter.