Last Version

spring-boot-starter-redis (DEPRECATED) 1.4.7.RELEASE

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

License

License

Categories

Categories

Spring Boot Container Microservices Redis Data Databases
GroupId

GroupId

org.springframework.boot
ArtifactId

ArtifactId

spring-boot-starter-redis
Version

Version

1.4.7.RELEASE
Type

Type

jar
Description

Description

spring-boot-starter-redis (DEPRECATED)
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
Project URL

Project URL

http://projects.spring.io/spring-boot/
Project Organization

Project Organization

Pivotal Software, Inc.

Download spring-boot-starter-redis 1.4.7.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-redis/ -->
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-redis</artifactId>
    <version>1.4.7.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-redis/
implementation 'org.springframework.boot:spring-boot-starter-redis:1.4.7.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-redis/
implementation ("org.springframework.boot:spring-boot-starter-redis:1.4.7.RELEASE")
'org.springframework.boot:spring-boot-starter-redis:jar:1.4.7.RELEASE'
<dependency org="org.springframework.boot" name="spring-boot-starter-redis" rev="1.4.7.RELEASE">
  <artifact name="spring-boot-starter-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-redis', version='1.4.7.RELEASE')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-redis" % "1.4.7.RELEASE"
[org.springframework.boot/spring-boot-starter-redis "1.4.7.RELEASE"]

Dependencies

compile (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter jar 1.4.7.RELEASE
org.springframework.data : spring-data-redis jar
redis.clients : jedis jar 2.8.2

test (5)

Group / Artifact Type Version
junit : junit jar 4.12
org.assertj : assertj-core jar 2.5.0
org.mockito : mockito-core jar 1.10.19
org.hamcrest : hamcrest-library jar 1.3
org.springframework : spring-test jar

Project Modules

There are no modules declared in this project.