Lettuce 3.4.3 和 4.1.2 发布,安全的 Redis 客户端
欢迎加入运维网交流群:263444886>>> »Lettuce 3.4.3 和 4.1.2 发布了。Lettuce是一个可伸缩线程安全的Redis客户端。多个线程可以共享同一个RedisConnection。它利用优秀netty NIO框架来高效地管理多个连接。
4.1.2 修复
[*] Add log statement for resolved address #218 (Thanks to @mzapletal)
[*] Apply configured password/database number in MasterSlave connection #220
[*] Lazy initialization of PauseDetector and graceful shutdown #223 (Thanks to @sf-git)
[*] Fix RedisURI validation #229 (Thanks to @nivekastoreth)
[*] Add latencyutils and hdrhistogram to binary distribution #231
3.4.3 修复
[*] Add log statement for resolved address #218 (Thanks to @mzapletal)
[*] Lazy initialization of PauseDetector and graceful shutdown #223 (Thanks to @sf-git)
[*] Fix RedisURI validation #229 (Thanks to @nivekastoreth)
[*] Add latencyutils and hdrhistogram to binary distribution #231
下载地址:
https://github.com/mp911de/lettuce/releases/tag/4.1.2.Final
https://github.com/mp911de/lettuce/releases/tag/3.4.3.Final
页:
[1]