Add redis reactive starter

This commit is contained in:
Stephane Nicoll
2017-05-04 17:00:45 +02:00
parent 705db283c8
commit 3c83b37978

View File

@@ -593,7 +593,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-redis
description: Redis key-value data store, including spring-data-redis and Jedis
aliases:
- redis
mappings:
@@ -607,6 +607,16 @@ initializr:
description: Messaging with Redis
- rel: reference
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.BUILD-SNAPSHOT
links:
- rel: guide
href: https://spring.io/guides/gs/messaging-redis/
description: Messaging with Redis
- rel: reference
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-redis
- name: Gemfire
id: data-gemfire
description: GemFire distributed data store including spring-data-gemfire