Redis Pub/Sub Flow

Node Inspector

Redis Pub/Sub is a messaging paradigm where senders (publishers) do not program the messages to be sent directly to specific receivers (subscribers).

Topic Legend

Channel: 'news'
Channel: 'alerts'

Live Message Stream

Waiting for messages...
App Service A
Publisher
Worker Node B
Publisher
Redis Server
Message Broker (Stateless)
CH: news
CH: alerts
Sub: Analytics
Listening: 'news'
Sub: Emailer
Listening: 'news', 'alerts'
Sub: Dashboard
Listening: 'alerts'