Concept Flow - Real-time notification pattern
Client A publishes message
Redis receives message
Redis broadcasts message to subscribers
Client B receives notification
Client B processes notification
This flow shows how a message published by one client is received by Redis and then broadcast to all subscribed clients in real-time.