Skip to content

Commit ae62794

Browse files
uglideCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
1 parent 8f37ecd commit ae62794

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
@@ -114,7 +114,7 @@ try (RedisClient client = RedisClient.create(redisURI)) {
114114

115115
### Setting timeouts in Spring Data Redis
116116

117-
If you are using Spring Data Redis, you can set timeouts and keepalive settings using `LettuceClientConfigurationCustomizer`:
117+
If you are using Spring Data Redis, you can set timeouts and keepalive settings using `LettuceClientConfigurationBuilderCustomizer`:
118118

119119
```java
120120
@Bean

0 commit comments

Comments
 (0)