内容简介:Lettuce 5.1.3 发布了,Lettuce 是一个可伸缩线程安全的 Redis 客户端。多个线程可以共享同一个 RedisConnection,利用 netty NIO 框架高效地管理多个连接。 Enhancements Add shutdown logging to client, Clien...
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
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- Lettuce 5.1.1 发布,可伸缩、线程安全的 Redis 客户端
- Lettuce 5.1.3 发布,可伸缩、线程安全的 Redis 客户端
- K8S水平伸缩器 - 自动伸缩微服务实例数量
- kubernetes自动伸缩
- 微服务实例自动弹性伸缩实践
- 在Kubernetes上部署和伸缩Jenkins
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
The Linux Programming Interface
Michael Kerrisk / No Starch Press / 2010-11-6 / GBP 79.99
The Linux Programming Interface describes the Linux API (application programming interface)-the system calls, library functions, and other low-level interfaces that are used, directly or indirectly, b......一起来看看 《The Linux Programming Interface》 这本书的介绍吧!