#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

@@ -16,12 +16,12 @@
<description>Sample projects for Spring Data Redis</description>
<modules>
<module>util</module>
<module>cluster-sentinel</module>
<module>example</module>
<module>cluster</module>
<module>repositories</module>
<module>example</module>
<module>reactive</module>
<module>repositories</module>
<module>sentinel</module>
<module>util</module>
</modules>
<dependencies>