1- lettuce 4.0.Beta1 RELEASE NOTES
1+ lettuce 4.0.Beta1 RELEASE NOTES
22
33This release is a major release that introduces numerous changes like stateful connections,
44the reactive API and many more. Lettuce 4.0 includes all features from lettuce 3.3.
@@ -7,7 +7,7 @@ This release contains some breaking changes. You may want to consult the
77wiki at https://github.com/mp911de/lettuce/wiki/Migration-from-3.x-to-4.x
88to check the migration guide.
99
10- The all `Redis...Connection` and `Redis...AsyncConnection` interfaces are deprecated and replaced by new `...Commands`
10+ All `Redis...Connection` and `Redis...AsyncConnection` interfaces are deprecated and replaced by new `...Commands`
1111interfaces.
1212
1313The cluster API was extended to run a command on multiple nodes and invocation
@@ -162,7 +162,8 @@ Following commands are supported for cross-slot command execution:
162162* DEL: Delete the KEYs from the affected cluster. Returns the number of keys that were removed
163163* MGET: Get the values of all given KEYs. Returns the values in the order of the keys.
164164* MSET: Set multiple key/value pairs for all given KEYs. Returns always OK.
165- * Cross-slot command execution is available on the following APIs:
165+
166+ Cross-slot command execution is available on the following APIs:
166167
167168* RedisAdvancedClusterCommands
168169* RedisAdvancedClusterAsyncCommands
@@ -187,6 +188,13 @@ This API is currently only available for async commands and a technical preview
187188Read more: https://github.com/mp911de/lettuce/wiki/Redis-Cluster-(4.0)
188189
189190
191+ Updated dependencies
192+ --------------------
193+ * rxjava 1.0.13 (new)
194+ * Google Guava 17.0 -> 18.0
195+ * netty 4.0.28.Final 4.0.30.Final
196+
197+
190198Enhancements
191199------------
192200* Advanced Cluster API (async) #78
@@ -211,4 +219,4 @@ lettuce requires a minimum of Java 8 to build and run. It is tested continuously
211219For complete information on lettuce see the websites:
212220
213221* http://github.com/mp911de/lettuce
214- * http://redis.paluch.biz.
222+ * http://redis.paluch.biz
0 commit comments