← Back
Milan Jovanovic January 22, 2026 26s

Redis Broadcasts to ALL Subscribers… Including the Sender

Summary

When using Reddus as a backplane for message publishing, it's crucial to understand that messages are broadcast to all existing subscribers, including the originating node. This broadcast behavior means that when a message is published, the node that initiated the publication will also receive its own message. As a result, developers should implement logic in their message handlers to skip or filter out processing of messages from the publishing node to prevent unintended duplicate operations.

View original episode ↗