Concept Flow - UNSUBSCRIBE behavior
Client SUBSCRIBED to channels
Client sends UNSUBSCRIBE command
Server removes client from specified channels
Server sends confirmation message for each channel unsubscribed
If no channels specified, unsubscribe from all
Client no longer receives messages from those channels
This flow shows how a client unsubscribes from channels in Redis Pub/Sub, stopping message delivery from those channels.