Lab 15: Redis Pub/Sub & Streams
Step 1 — Pub/Sub: Concepts
Publisher Redis Subscriber(s)
────────── ────────── ──────────────
PUBLISH channel msg → channel:msg → SUBSCRIBE channel
→ SUBSCRIBE channel (multiple)Step 2 — Pub/Sub: Basic Example
Step 3 — Pattern Subscriptions with PSUBSCRIBE
Step 4 — Redis Streams: Adding Messages
Step 5 — XREAD and Stream Trimming
Step 6 — Consumer Groups: Reliable Processing
Step 7 — Multiple Consumer Groups and XCLAIM
Step 8 — Capstone: Event Processing Pipeline
Summary
Feature
Pub/Sub
Streams
Last updated
