We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f37ecd commit ae62794Copy full SHA for ae62794
content/develop/clients/lettuce/produsage.md
@@ -114,7 +114,7 @@ try (RedisClient client = RedisClient.create(redisURI)) {
114
115
### Setting timeouts in Spring Data Redis
116
117
-If you are using Spring Data Redis, you can set timeouts and keepalive settings using `LettuceClientConfigurationCustomizer`:
+If you are using Spring Data Redis, you can set timeouts and keepalive settings using `LettuceClientConfigurationBuilderCustomizer`:
118
119
```java
120
@Bean
0 commit comments