#166 - Rename Redis cluster-sentinel to sentinel.

Rename the Redis cluster-sentinel project to sentinel and leave a hint in the cluster-sentinel directory that points to the Redis Cluster and Redis Sentinel examples mentioning clarifying the cluster-sentinel naming.
This commit is contained in:
Mark Paluch
2017-03-10 08:47:19 +02:00
parent b1ffd9cede
commit 45f19a6c1d
7 changed files with 39 additions and 34 deletions

View File

@@ -38,7 +38,7 @@ We have separate folders for the samples of individual modules:
* `example` - Example for basic Spring Data Redis setup.
* `cluster` - Example for Redis Cluster support.
* `cluster-sentinel` - Example for Redis Sentinel support.
* `sentinel` - Example for Redis Sentinel support.
* `repository` - Example demonstrating Spring Data repository abstraction on top of Redis.
## Spring Data Elasticsearch