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