Add missing anchor to reference docs.

Closes #2700
This commit is contained in:
Junghoon Ban
2023-09-06 21:15:05 +09:00
committed by GitHub
parent 91056234fd
commit 77b2d9e701

View File

@@ -3,6 +3,7 @@
Working with https://redis.io/topics/cluster-spec[Redis Cluster] requires Redis Server version 3.0+. See the https://redis.io/topics/cluster-tutorial[Cluster Tutorial] for more information.
[[cluster.enable]]
== Enabling Redis Cluster
Cluster support is based on the same building blocks as non-clustered communication. `RedisClusterConnection`, an extension to `RedisConnection`, handles the communication with the Redis Cluster and translates errors into the Spring DAO exception hierarchy.