皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

Redisson 3.5.4 发布,Redis 客户端

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

更新内容:

  • Feature – added maxSize setting for SpringCacheManager
  • Feature – allow LiveObjectService to work with classes that inherit from REntities (thanks to @sdjacobs)
  • Improvement – RMapCache entires eviction process optimized
  • Improvement – handling of slave down process
  • Fixed – operation on slave coldn’t be executed after its restart (thanks to @xavierfacq)
  • Fixed – ArrayIndexOutOfBoundsException in RedissonSessionRepository
  • Fixed – storing Live Objects in Redisson’s collection objects (thanks to Rui Gu)
  • Fixed – cancel write operation for commands belong to disconnected connection
  • Fixed – possible race-condition during cancellation of write operation to Redis connection
  • Fixed – accessor methods in Live Objects break if they start with ‘is’ (thanks to @sdjacobs)
  • Fixed – MapReduce Collator couldn’t be executed if timeout was defined
  • Fixed – RedissonKeys.delete throws NullPointerException in some cases
  • Fixed – CancellationException handling during RemotePromise cancellation
  • Fixed – RedisNodeNotFoundException should be supplied to Failed Promise

完整内容请查看发行首页

下载地址:

转自 http://www.oschina.net/news/89156/redisson-3-5-4