Lettuce 5.1.3 发布了,Lettuce 是一个可伸缩线程安全的 Redis 客户端。多个线程可以共享同一个 RedisConnection,利用 netty NIO 框架高效地管理多个连接。
Enhancements
Add shutdown logging to client, ClientResources, and EventLoopGroupProvider #918
Optimization: Use Cluster write connections for read commands when using ReadFrom.MASTER #923
ByteBuf.release() was not called before it's garbage-collected #930 (Thanks to @zhouzq)
Fixes
PubSubEndpoint.channels and patterns contain duplicate binary channel/pattern names #911 (Thanks to @lwiddershoven)
DefaultCommandMethodVerifier reports invalid parameter count #925 (Thanks to @GhaziTriki)
Other
Document MasterSlave connection behavior on partial node failures #894 (Thanks to @jocull)
Upgrade to Reactor Core 3.2.3.RELEASE #931
Upgrade to netty 4.1.31.Final #932
Upgrade to RxJava 2.2.4 #933
发行地址
评论删除后,数据将无法恢复
Lettuce 5.1.3 发布,可伸缩、线程安全的 Redis 客户端
Lettuce 5.1.3 发布了,Lettuce 是一个可伸缩线程安全的 Redis 客户端。多个线程可以共享同一个 RedisConnection,利用 netty NIO 框架高效地管理多个连接。
Enhancements
Add shutdown logging to client, ClientResources, and EventLoopGroupProvider #918
Optimization: Use Cluster write connections for read commands when using ReadFrom.MASTER #923
ByteBuf.release() was not called before it's garbage-collected #930 (Thanks to @zhouzq)
Fixes
PubSubEndpoint.channels and patterns contain duplicate binary channel/pattern names #911 (Thanks to @lwiddershoven)
DefaultCommandMethodVerifier reports invalid parameter count #925 (Thanks to @GhaziTriki)
Other
Document MasterSlave connection behavior on partial node failures #894 (Thanks to @jocull)
Upgrade to Reactor Core 3.2.3.RELEASE #931
Upgrade to netty 4.1.31.Final #932
Upgrade to RxJava 2.2.4 #933
发行地址