An Introduction to Spring Data Redis Reactive 1. Introduction In this tutorial, we’re going to learn how to configure and implement Redis operations using Spring Data’s ReactiveRedisTemplate.  We’ll go over the basic usages of the ReactiveRedisTemplate like how to store and retrieve objects in Redis. And we’ll take a look at… Continue Reading spring-data-redis-reactive

PubSub Messaging with Spring Data Redis 1. Overview In this second article from the series exploring Spring Data Redis, we’ll have a look at the pub/sub message queues. In Redis, publishers are not programmed to send their messages to specific subscribers. Rather, published messages are characterized into channels, without knowledge… Continue Reading spring-data-redis-pub-sub