#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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user