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

J2Cache 2.2.2 紧急 Bug 修复版本发布

J2Cache 在使用 redis 的订阅发布做缓存事件广播时存在一个严重的没有释放 redis 连接的 Bug。特紧急发布该版本。

主要改进内容包括:

  • 修复使用 redis 的订阅广播方式没有释放 redis 连接的问题(严重)
  • sharded 模式下的 Redis 启用连接池
  • redis.mode 的配置如果无效默认使用 single 模式,而不是抛出异常

Maven:

<dependency>
  <groupId>net.oschina.j2cache</groupId>  
  <artifactId>j2cache-core</artifactId>  
  <version>2.2.2-release</version>  
</dependency>

详情请看 https://gitee.com/ld/J2Cache/releases/2.2.2-release

转自 https://www.oschina.net/news/92309/j2cache-2-2-2-bugfix