mirror of
https://gitee.com/dcren/initializr.git
synced 2025-11-28 17:32:34 +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
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user