Skip to content

Commit 6ef4447

Browse files
Update content/develop/clients/lettuce/produsage.md
Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>
1 parent 2ebbf1a commit 6ef4447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/develop/clients/lettuce/produsage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ try (RedisClient client = RedisClient.create(redisURI)) {
7171
## Cluster topology refresh
7272
The Redis Cluster configuration is dynamic and can change at runtime.
7373
New nodes may be added, and the primary node for a specific slot can shift.
74-
Lettuce automatically handles MOVED and ASK redirects, but to enhance your application's resilience, you should enable adaptive topology refreshing:
74+
Lettuce automatically handles [MOVED]({{< relref "/operate/oss_and_stack/reference/cluster-spec#moved-redirection" >}}) and [ASK]({{< relref "/operate/oss_and_stack/reference/cluster-spec#ask-redirection" >}}) redirects, but to enhance your application's resilience, you should enable adaptive topology refreshing:
7575

7676
```java
7777
RedisURI redisURI = RedisURI.Builder

0 commit comments

Comments
 (0)