Create real-time data pipelines with Redis Streams and Postgres change data capture (CDC). Stream database changes for caching, analytics, and event distribution.
XADD
changes to a Redis stream using Sequin.
With Postgres data streaming to Redis, you can trigger workflows, keep services in sync, build audit logs, maintain caches, and more.
By the end of this how-to, you’ll have database changes flowing to a Redis stream.
Select source tables
Add filters (optional)
Add transform (optional)
Specify backfill
Specify message grouping
Enter Redis connection details
Create the sink
XREAD
.
Refer to the Redis Stream sink reference for the shape of messages that Sequin will publish to Redis.