#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:
Mark Paluch
2016-03-18 11:17:53 +01:00
committed by Oliver Gierke
parent dc50706c27
commit f4e874e601
2 changed files with 4 additions and 3 deletions

View File

@@ -35,7 +35,8 @@ We have separate folders for the samples of individual modules:
## Spring Data Redis
* `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.
## Spring Data Elasticsearch

View File

@@ -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