Redisson 2.13.0 和 3.8.0 发布,Redis 客户端

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

内容简介:Redisson 2.13.0 和 3.8.0 已发布,Redisson 是架设在 Redis 基础上的一个 Java 驻内存数据网格(In-Memory Data Grid)。 Redisson 在基于 NIO 的 Netty 框架上,充分利用了 Redis 键值数据库提供的一系列优势,在...

Redisson 2.13.0 和 3.8.0 已发布,Redisson 是架设在 Redis 基础上的一个 Java 驻内存数据网格(In-Memory Data Grid)。

Redisson 在基于 NIO 的 Netty 框架上,充分利用了 Redis 键值数据库提供的一系列优势,在 Java 实用 工具 包中常用接口的基础上,为使用者提供了一系列具有分布式特性的常用工具类。使得原本作为协调单机多线程并发程序的工具包获得了协调分布式多机多线程并发系统的能力,大大降低了设计和研发大规模分布式系统的难度。同时结合各富特色的分布式服务,更进一步简化了分布式环境中程序相互之间的协作。

 两个版本的更新内容相同:

  • Feature - Spring Data Redis integration. Please refer to documentation for more details

  • Feature - Spring Boot Starter implementation. Please refer to documentation for more details

  • Feature - RBlockingDequeReactive object added

  • Feature - sharedSession setting for Tomcat Session Manager. Appropriate solution for migration of EAR based application with multiple WARs hosted previously on JBoss, WebLogic. Please refer to documentation for more details

  • Improvement - Redis request/response handling performance improvement

  • Improvement - CompositeIterator decoupled from CompositeIterable (thanks to Pepe-Lu)

  • Fixed - task scheduled with time more than 1 hour is not executed

  • Fixed - RScheduledExecutorService doesn't handle delayed tasks correctly

  • Fixed - RMapCache and RSetCache objects should implement RDestroyable

  • Fixed - RBucket.set method with ttl throws NPE if value is null

  • Fixed - false HashedWheelTimer resource leak message

  • Fixed - RExecutorService task execution performance regression

  • Fixed - locking in multiple parallel transactions created with the same thread

  • Fixed - JCache.removeAll doesn't work

  • Fixed - Batch in ExecutionMode.REDIS_WRITE_ATOMIC and ExecutionMode.REDIS_READ_ATOMIC returns QUEUED instead of real result

  • Fixed - tasks scheduled with cron expression don't work in different timezones (thanks to Arpit Agrawal)

  • Fixed - global config codec is not registered in codec cache for reference objects (thanks to Rui Gu)

下载地址:

3.8.0

2.13.0


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


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

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

ACM/ICPC程序设计与分析

ACM/ICPC程序设计与分析

沈云付 / 清华大学 / 2010-7 / 39.50元

《ACM/ICPC程序设计与分析(C++实现)》介绍ACM国际大学生程序设计竞赛概况及程序设计基础,系统介绍数论、组合数学、动态规划、计算几何、搜索、图论和网络流等专题的典型算法,挑选历年竞赛中许多有代表性的竞赛题作为例题进行分析,便于学生编程时模仿学习。每章的例题和习题都配有输入输出样例,方便学生在编程时测试与调试程序。《ACM/ICPC程序设计与分析(C++实现)》以C++为程序设计语言,以提......一起来看看 《ACM/ICPC程序设计与分析》 这本书的介绍吧!

URL 编码/解码
URL 编码/解码

URL 编码/解码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具