May 2016
Beginner to intermediate
366 pages
8h 47m
English
While the uses of Redis in enterprise are many, Redis's support for the publication/subscription (Pub/Sub) messaging design pattern allows for a fast and easy way to use Redis as a messaging broker. Redis's role in richer and more feature complete messaging frameworks also gives the application designer added flexibility if Redis's own Pub/Sub is insufficient for the requirements of the application or the project.
Redis Publisher/Subscriber - Pub/Sub for short - is a messaging model that is fast and stable. Instead of processes sending messages directly to each other, a publisher or sender submits messages to one or more channels and the receivers or subscribers that have ...
Read now
Unlock full access