Introduction
PSUBSCRIBE lets you listen to many channels at once by using patterns instead of exact names. This helps you get messages from groups of channels easily.
You want to get messages from all channels that start with 'news.'.
You want to listen to channels that end with '.updates'.
You want to monitor all channels containing the word 'chat'.
You want to subscribe to channels with similar names without listing each one.
You want to build a notification system that reacts to many related channels.