Starter for using Redis with Spring Data Redis and Jedis client; deprecated in favor of spring-boot-starter-data-redis.
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-redis</artifactId>
<version>1.4.7.RELEASE</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Injects RedisTemplate and sets a key-value pair.
Replace dependency with org.springframework.boot:spring-boot-starter-data-redis.
No dependency data recorded yet.