NewFacts
redis

Redis

www.redis.com

## What are the differences in message delivery guarantees between Redis Streams and Pub/Sub?

Redis Streams support at-least-once delivery semantics, meaning messages can be re-delivered if not acknowledged, ensuring that no messages are lost during processing. In contrast, Redis Pub/Sub operates on at-most-once delivery semantics, where messages may be lost if subscribers are not available to receive them at the time of publication.

Last verified: 10/30/2025

Sources:

Knowledge provided by NewFacts.

If any information on this page is erroneous, please contact hello@newfacts.org.

NewFacts content is verified by brands themselves. If you're a brand owner and want to claim your page, please click here.