You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`LettucePool` and its implementation `DefaultLettucePool` have been removed without replacement.
226
237
Please refer to the https://lettuce.io/core/release/reference/index.html#_connection_pooling[driver documentation] for driver native pooling capabilities.
227
238
Methods accepting pooling parameters have been updated.
228
239
This effects methods on `LettuceConnectionFactory` and `LettuceConnection`.
229
240
230
-
=== Lettuce Authentication
241
+
==== Lettuce Authentication
231
242
232
243
`AuthenticatingRedisClient` has been removed without replacement.
233
244
Please refer to the https://lettuce.io/core/release/reference/index.html#basic.redisuri[driver documentation] for `RedisURI` to set authentication data.
0 commit comments