Lettuce 5.1.3 釋出,可伸縮、執行緒安全的 Redis 客戶端
Lettuce 5.1.3 釋出了,Lettuce 是一個可伸縮執行緒安全的 Redis 客戶端。多個執行緒可以共享同一個 RedisConnection,利用 netty IO/">NIO 框架高效地管理多個連線。
Enhancements
-
Add shutdown logging to client, ClientResources, and EventLoopGroupProviderofollow,noindex" target="_blank">#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 )