Skip to content

Commit 30a7961

Browse files
committed
Update documentation.
1 parent 5ea6fcb commit 30a7961

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

src/main/asciidoc/upgrading.adoc

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
[[upgrading]]
22
= Upgrading
33

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
8+
49
=== Re-/moved Types
510

611
|===
@@ -12,12 +17,18 @@
1217
|o.s.d.redis.VersionParser
1318
|-
1419

20+
|o.s.d.redis.connection.RedisZSetCommands.Aggregate
21+
|o.s.d.redis.connection.zset.Aggregate
22+
1523
|o.s.d.redis.connection.RedisZSetCommands.Tuple
1624
|o.s.d.redis.connection.zset.Tuple
1725

1826
|o.s.d.redis.connection.RedisZSetCommands.Weights
1927
|o.s.d.redis.connection.zset.Weights
2028

29+
|o.s.d.redis.connection.RedisZSetCommands.Range
30+
|o.s.d.domain.Range
31+
2132
|o.s.d.redis.connection.RedisZSetCommands.Limit
2233
|o.s.d.redis.connection.Limit.java
2334

@@ -218,16 +229,16 @@
218229

219230
|===
220231

221-
== Lettuce
232+
=== Lettuce
222233

223-
=== Lettuce Pool
234+
==== Lettuce Pool
224235

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

230-
=== Lettuce Authentication
241+
==== Lettuce Authentication
231242

232243
`AuthenticatingRedisClient` has been removed without replacement.
233244
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)