spring-boot-starter-redis

spring-boot-starter-redis

Starter for using Redis key-value data store with Spring Data Redis and the Jedis client. Deprecated as of 1.4 in favor of spring-boot-starter-data-redis
http://projects.spring.io/spring-boot/
Pivotal Software, Inc.
Files download
File Operation
spring-boot-starter-redis-1.4.1.RELEASE.jar download
spring-boot-starter-redis-1.4.1.RELEASE.pom download
spring-boot-starter-redis-1.4.1.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-starter-redis</artifactId>
  <version>1.4.1.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.boot:spring-boot-starter-redis:1.4.1.RELEASE'
Gradle Kotlin
implementation("org.springframework.boot:spring-boot-starter-redis:1.4.1.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-redis" % "1.4.1.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.boot', module='spring-boot-starter-redis', version='1.4.1.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.boot" name="spring-boot-starter-redis" rev="1.4.1.RELEASE" />
Leiningen
[org.springframework.boot/spring-boot-starter-redis "1.4.1.RELEASE"]
Apache Buildr
'org.springframework.boot:spring-boot-starter-redis:jar:1.4.1.RELEASE'