Spring Boot starter for using Redis with Spring Data Redis and the Lettuce client.
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
<version>4.0.6</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Injects and uses RedisTemplate to store a key-value pair.
Configure RedisTemplate with StringRedisSerializer or Jackson2JsonRedisSerializer.
No dependency data recorded yet.