Skip to content

faststream-redis-timers

Welcome to the faststream-redis-timers documentation!

faststream-redis-timers is a FastStream broker integration for Redis-backed distributed timer scheduling.

Schedule messages to be delivered to subscribers at a future point in time, with at-least-once delivery across multiple workers.

Already using Postgres? Prefer faststream-outbox

faststream-outbox also supports timers and lets you schedule a timer in the same SQLAlchemy transaction as the domain write — no dual-write between your DB and Redis. Reach for faststream-redis-timers when your stack doesn't include Postgres, or when you want timer scheduling decoupled from your relational store.