#160 - Update docs for Redis cluster.
Mention Redis cluster example in the docs. Remove cluster wording from the sentinel example.
This commit is contained in:
committed by
Oliver Gierke
parent
dc50706c27
commit
f4e874e601
@@ -35,7 +35,8 @@ We have separate folders for the samples of individual modules:
|
|||||||
## Spring Data Redis
|
## Spring Data Redis
|
||||||
|
|
||||||
* `example` - Example for basic Spring Data Redis setup.
|
* `example` - Example for basic Spring Data Redis setup.
|
||||||
* `cluster-sentinel` - Example for Redis cluster and Sentinel support.
|
* `cluster` - Example for Redis Cluster support.
|
||||||
|
* `cluster-sentinel` - Example for Redis Sentinel support.
|
||||||
* `repository` - Example demonstrating Spring Data repository abstraction on top of Redis.
|
* `repository` - Example demonstrating Spring Data repository abstraction on top of Redis.
|
||||||
|
|
||||||
## Spring Data Elasticsearch
|
## Spring Data Elasticsearch
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Spring Data Redis - Sentinel and Cluster Examples
|
# Spring Data Redis - Sentinel Examples
|
||||||
|
|
||||||
This project contains samples of Sentinel and CLuster specific features of Spring Data Redis.
|
This project contains samples of Sentinel specific features of Spring Data Redis.
|
||||||
|
|
||||||
## Support for Sentinel
|
## Support for Sentinel
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user