Deprecate data-redis-reactive entry

This commit also removes the explicit reference to the driver as it is
now different according to the chosen Spring Boot generation.

Closes gh-521
This commit is contained in:
Stephane Nicoll 2017-10-27 16:02:02 +02:00
parent 631bc2591a
commit 3ab897654a

View File

@ -603,7 +603,7 @@ initializr:
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-neo4j
- name: Redis
id: data-redis
description: Redis key-value data store, including spring-data-redis and Jedis
description: Redis key-value data store, including spring-data-redis
aliases:
- redis
mappings:
@ -619,8 +619,8 @@ initializr:
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-redis
- name: Reactive Redis
id: data-redis-reactive
description: Redis key-value data store, including spring-data-redis and Lettuce
versionRange: 2.0.0.M1
description: Redis key-value data store, including spring-data-redis
versionRange: "[2.0.0.M1,2.0.0.M5)"
links:
- rel: guide
href: https://spring.io/guides/gs/messaging-redis/