Back to catalogue
Video Course8.5 HoursAdvanced

Production AI Systems with Redis

Design the data layer behind an LLM product: what to cache, where conversation state lives, how to survive a node failure without losing a session.

Level
Advanced
Length
8.5 hours
Format
Video course + source code
£120.00£89.00
Buy nowInstant download · 14-day refund policy
Diagram of Redis data structures used in AI systems

What you'll be able to do

  • Choose the right Redis data structure for each part of an AI workload
  • Design conversation memory that survives restarts and failover
  • Configure persistence, replication and cluster topology with intent
  • Measure and cut inference spend with a well-placed cache

Who it's for

Backend and platform engineers running AI features in production.

Contents

  1. 01The data layer behind an LLM product
  2. 02Strings, hashes, streams and sorted sets in practice
  3. 03Conversation memory and session state
  4. 04Persistence, replication and failover
  5. 05Cluster sizing and cost modelling
  6. 06Production incident walkthroughs