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
Copy file name to clipboardExpand all lines: src/main/asciidoc/upgrading.adoc
+13-4
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,10 @@
1
1
[[upgrading]]
2
2
= Upgrading
3
3
4
-
The following section provides information about changes that are likely to have an effect on the application and might even prevent it from compiling.
4
+
This section contains details about migration steps, deprecations, and removals.
5
+
6
+
[[upgrading.2-to-3]]
7
+
== Upgrading from 2.x to 3.x
5
8
6
9
=== Re-/moved Types
7
10
@@ -14,12 +17,18 @@ The following section provides information about changes that are likely to have
@@ -228,16 +237,16 @@ The following section provides information about changes that are likely to have
228
237
229
238
|===
230
239
231
-
== Lettuce
240
+
=== Lettuce
232
241
233
-
=== Lettuce Pool
242
+
==== Lettuce Pool
234
243
235
244
`LettucePool` and its implementation `DefaultLettucePool` have been removed without replacement.
236
245
Please refer to the https://lettuce.io/core/release/reference/index.html#_connection_pooling[driver documentation] for driver native pooling capabilities.
237
246
Methods accepting pooling parameters have been updated.
238
247
This effects methods on `LettuceConnectionFactory` and `LettuceConnection`.
239
248
240
-
=== Lettuce Authentication
249
+
==== Lettuce Authentication
241
250
242
251
`AuthenticatingRedisClient` has been removed without replacement.
243
252
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