mirror of
https://gitee.com/dcren/initializr.git
synced 2026-09-19 14:27:41 +08:00
Add redis reactive starter
This commit is contained in:
@@ -593,7 +593,7 @@ initializr:
|
|||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-neo4j
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-neo4j
|
||||||
- name: Redis
|
- name: Redis
|
||||||
id: data-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:
|
aliases:
|
||||||
- redis
|
- redis
|
||||||
mappings:
|
mappings:
|
||||||
@@ -607,6 +607,16 @@ initializr:
|
|||||||
description: Messaging with Redis
|
description: Messaging with Redis
|
||||||
- rel: reference
|
- rel: reference
|
||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-redis
|
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
|
- name: Gemfire
|
||||||
id: data-gemfire
|
id: data-gemfire
|
||||||
description: GemFire distributed data store including spring-data-gemfire
|
description: GemFire distributed data store including spring-data-gemfire
|
||||||
|
|||||||
Reference in New Issue
Block a user