Redisson 3.6.2 和 2.11.2 发布,Redis 客户端

栏目: 软件资讯 · 发布时间: 7年前

内容简介:Redisson 3.6.2 和 2.11.2 已发布,两者的更新内容一样,具体如下。 Redisson PRO 性能改进,包含以下 performanceMode 值: HIGHER_THROUGHPUT - up to 25% performance growth LOWER_LATENCY_AUTO - up ...

Redisson 3.6.2 和 2.11.2 已发布,两者的更新内容一样,具体如下。

Redisson PRO 性能改进,包含以下 performanceMode 值:

HIGHER_THROUGHPUT - up to 25% performance growth
LOWER_LATENCY_AUTO - up to 100% performance growth
LOWER_LATENCY_MODE_2 - up to 100% performance growth
LOWER_LATENCY_MODE_1 - up to 100% performance growth

其他变更

Feature - new values added to performanceMode setting
Feature - lockAsync and unlockAsync methods added to RedissonMultiLock
Feature - RMapCache.remainTimeToLive method added
Feature - Config.addressResolverGroupFactory setting added (thanks @hai Saadon)
Improvement - UpdateMode.AFTER_REQUEST update mode optimization in tomcat session manager
Improvement - removed ByteBuf object usage during collection iteration
Fixed - Unable to send command error under heavy load using Redisson PRO
Fixed - expireexpireAt and clearExpire commands aren't implemented properly for RBloomFilterRDelayedQueueRFairLockRLocalCachedMap and RPermitExpirableSemaphore object
Fixed - Redis clients duplication during discovering ip change of hostname
Fixed - tomcat session renewal in tomcat session manager
Fixed - failedAttempts setting should be applied to Slave nodes only

下载地址

https://github.com/redisson/redisson/releases/tag/redisson-3.6.2  
https://github.com/redisson/redisson/releases/tag/redisson-2.11.2

Redisson 是架设在 Redis 基础上的一个 Java 驻内存数据网格(In-Memory Data Grid)。充分的利用了 Redis key-value 数据库提供的一系列优势,基于 Java 实用 工具 包中常用接口,为使用者提供了一系列具有分布式特性的常用工具类。


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上所述就是小编给大家介绍的《Redisson 3.6.2 和 2.11.2 发布,Redis 客户端》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Algorithms and Theory of Computation Handbook

Algorithms and Theory of Computation Handbook

Mikhail J. Atallah (Editor) / CRC-Press / 1998-09-30 / USD 94.95

Book Description This comprehensive compendium of algorithms and data structures covers many theoretical issues from a practical perspective. Chapters include information on finite precision issues......一起来看看 《Algorithms and Theory of Computation Handbook》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具