The next extension for the Redis challenge is now live: Pub/Sub.
The Publish/Subscribe paradigm enables senders to publish messages to channels without targeting specific recipients, allowing subscribers to receive only the messages they care about, while keeping both sides loosely coupled.
By the end of this extension, your Redis implementation will support:
SUBSCRIBEto one or more channelsPUBLISHmessages to channels- Delivering messages to all subscribed clients
Here’s the stage breakdown:
Please give this a try and let us know how it can be improved! @UdeshyaDhungana (author of this extension) and I will be available here to help out with any tester or instruction-related issues.


