geekyhacker.com
Redis Pub/Sub with Spring Boot
In one of the previous articles, we explained how to use Redis as a caching layer with Spring Boot. This article covers a different feature of Redis known as Pub/Sub. In this article, we explain ho…