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