From f4e874e60142173d7daba007cbdd6c989a5ffb7d Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 18 Mar 2016 11:17:53 +0100 Subject: [PATCH] #160 - Update docs for Redis cluster. Mention Redis cluster example in the docs. Remove cluster wording from the sentinel example. --- README.md | 3 ++- redis/cluster-sentinel/README.md | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 788bd1e5..2f13b24f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/redis/cluster-sentinel/README.md b/redis/cluster-sentinel/README.md index fa60d06a..b3758789 100644 --- a/redis/cluster-sentinel/README.md +++ b/redis/cluster-sentinel/README.md @@ -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