Support for spring-boot-starter-data-redis

Spring Boot 1.4 has renamed the `spring-boot-starter-redis` to
`spring-boot-starter-redis`. This commit adds support for the former up
to 1.4 (exclusive) and the later as from 1.4

Closes gh-174
This commit is contained in:
Stephane Nicoll 2016-01-27 10:44:45 +01:00
parent 891650a836
commit ca057da48e

View File

@ -206,9 +206,14 @@ initializr:
id: data-cassandra
description: Cassandra NoSQL Database, including spring-data-cassandra
versionRange: 1.3.0.RC1
- name: Redis
id: data-redis
description: REDIS key-value data store, including spring-redis
versionRange: 1.4.0.M1
- name: Redis
id: redis
description: REDIS key-value data store, including spring-redis
versionRange: "[1.1.5.RELEASE,1.4.0.M1)"
- name: Gemfire
id: data-gemfire
description: GemFire distributed data store including spring-data-gemfire