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