Reference for configuring and using the Redis Stream sink with Sequin.
XADD
command.
localhost
).
6379
).
0
).
XADD
command. You can find the shape of the messages in the messages reference.
<timestamp>-<sequence number>
by Redis when they are added to the stream, ensuring strict ordering of messages.
Sequin XADD
s messages to the Redis stream in the same order that they are received from your source table. Therefore, you can rely on the ordering of messages by their ID to ensure correct processing order.
For example, if you are using a Redis stream as an audit log, you can process messages in order by their ID to reconstruct the state of the audited object at any point in time. Or if you are maintaining a materialized view of the stream, you can safely upsert to the view as long as the incoming ID is greater than the last processed ID.
stream_key
with routing functions.
Example routing function:
1
. You can click on a message to see more details, including the last error response received from Redis.