Redis is a versatile NoSql key-value paired data-structure store.Among multiple use case one is message broker. Redis as Pub Sub messaging system is widely used. Fun Fact - Twitter uses it.In this video we will implement Pub Sub model in a Spring boot application using Redis.
Recommended Books :
Data Structure and Algorithm : https://amzn.to/2PEwqUr
Cracking the coding interview : https://amzn.to/3tJ0kFt
Building Microservices : https://amzn.to/38ZrksB
Github : https://github.com/coded-tribe/redis-...
Follow on Twitter : https://bit.ly/3evn1Fs
#Redis #PubSub #Spring #SpringBoot #PubSub #MessageBroker #CodedTribe