Lettuce 5.1.1 发布了,Lettuce 是一个可伸缩线程安全的 Redis 客户端。多个线程可以共享同一个 RedisConnection,利用 netty NIO 框架高效地管理多个连接。
更新如下:
Fixes
-
Unable to reconnect Pub/Sub connection with authorization #868 (Thanks to @maestroua)
-
Reduce allocations in topology comparator #870
-
Fix recordCommandLatency to work properly #874 (Thanks to @jongyeol)
-
Bug: Include hostPortString in the error message #876 (Thanks to @LarryBattle)
-
Reference docs CSS prevents HTTPS usage #878
-
ReactiveCommandSegmentCommandFactory resolves StreamingOutput for all reactive types #879(Thanks to @yozhag)
Other
-
Migrate tests to JUnit 5 #430
-
Remove tempusfugit dependency #871
-
Makefile refactor download redis #877 (Thanks to @LarryBattle)
-
Upgrade to Reactor Californium SR1 #883
Documentation
-
Reference documentation: https://lettuce.io/core/5.1.1.RELEASE/reference/
下载地址: