Skip to content

Commit 21c147d

Browse files
mp911dechristophstrobl
authored andcommitted
Update documentation.
Original Pull Request: #2292
1 parent b17bc4a commit 21c147d

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

src/main/asciidoc/upgrading.adoc

+13-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[[upgrading]]
22
= Upgrading
33

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
58

69
=== Re-/moved Types
710

@@ -14,12 +17,18 @@ The following section provides information about changes that are likely to have
1417
|o.s.d.redis.VersionParser
1518
|-
1619

20+
|o.s.d.redis.connection.RedisZSetCommands.Aggregate
21+
|o.s.d.redis.connection.zset.Aggregate
22+
1723
|o.s.d.redis.connection.RedisZSetCommands.Tuple
1824
|o.s.d.redis.connection.zset.Tuple
1925

2026
|o.s.d.redis.connection.RedisZSetCommands.Weights
2127
|o.s.d.redis.connection.zset.Weights
2228

29+
|o.s.d.redis.connection.RedisZSetCommands.Range
30+
|o.s.d.domain.Range
31+
2332
|o.s.d.redis.connection.RedisZSetCommands.Limit
2433
|o.s.d.redis.connection.Limit.java
2534

@@ -228,16 +237,16 @@ The following section provides information about changes that are likely to have
228237

229238
|===
230239

231-
== Lettuce
240+
=== Lettuce
232241

233-
=== Lettuce Pool
242+
==== Lettuce Pool
234243

235244
`LettucePool` and its implementation `DefaultLettucePool` have been removed without replacement.
236245
Please refer to the https://lettuce.io/core/release/reference/index.html#_connection_pooling[driver documentation] for driver native pooling capabilities.
237246
Methods accepting pooling parameters have been updated.
238247
This effects methods on `LettuceConnectionFactory` and `LettuceConnection`.
239248

240-
=== Lettuce Authentication
249+
==== Lettuce Authentication
241250

242251
`AuthenticatingRedisClient` has been removed without replacement.
243252
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

Comments
 (0)