From 13a792ad3a6c7ceb06b82f513151d3c6aa24b049 Mon Sep 17 00:00:00 2001 From: Junghoon Ban Date: Wed, 6 Sep 2023 16:51:48 +0900 Subject: [PATCH] Resolve broken link in reference docs. --- src/main/asciidoc/reference/redis-cluster.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/asciidoc/reference/redis-cluster.adoc b/src/main/asciidoc/reference/redis-cluster.adoc index 55f4b02fdc..f80f3de68e 100644 --- a/src/main/asciidoc/reference/redis-cluster.adoc +++ b/src/main/asciidoc/reference/redis-cluster.adoc @@ -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.