Spring Data Redis provides easy configuration and access to Redis from Spring applications, supporting both synchronous and reactive operations.
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>
<version>4.0.5</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configures a RedisTemplate with Jedis connection factory and performs a basic set/get operation.
Ensure your project uses Spring Boot 3.x or compatible Spring Framework version.
No dependency data recorded yet.