Category: Data, Redis, yaml

In this article, I am going to make a basic example of how to connect to a “Redis Sentinel” configuration in a Spring application. First of all, for Maven dependencies, “spring-boot-starter-data-redis” is needed in our pom.xml file.

Related Articles