Rename redis starter to spring-boot-starter-data-redis

Closes gh-1033
This commit is contained in:
Stephane Nicoll
2016-01-26 08:31:34 +01:00
parent 854a67588e
commit e293008c3f
11 changed files with 18 additions and 18 deletions

View File

@@ -2711,7 +2711,7 @@ http://redis.io/[Redis] is a cache, message broker and richly-featured key-value
Spring Boot offers basic auto-configuration for the
https://github.com/xetorthio/jedis/[Jedis] client library and abstractions on top of it
provided by https://github.com/spring-projects/spring-data-redis[Spring Data Redis]. There
is a `spring-boot-starter-redis` '`Starter POM`' for collecting the dependencies in a
is a `spring-boot-starter-data-redis` '`Starter POM`' for collecting the dependencies in a
convenient way.

View File

@@ -416,6 +416,9 @@ and Hibernate.
|`spring-boot-starter-data-mongodb`
|Support for the MongoDB NoSQL Database, including `spring-data-mongodb`.
|`spring-boot-starter-data-redis`
|Support for the REDIS key-value data store, including `spring-data-redis`.
|`spring-boot-starter-data-rest`
|Support for exposing Spring Data repositories over REST via `spring-data-rest-webmvc`.
@@ -458,9 +461,6 @@ and Hibernate.
|`spring-boot-starter-mustache`
|Support for the Mustache templating engine.
|`spring-boot-starter-redis`
|Support for the REDIS key-value data store, including `spring-redis`.
|`spring-boot-starter-security`
|Support for `spring-security`.