Concept Flow - PUBLISH to channels
Client sends PUBLISH command
Redis server receives message
Server identifies channel
Server sends message to all subscribers
Subscribers receive message
End
The client sends a message to a channel; Redis server receives it and forwards the message to all clients subscribed to that channel.