- 新增:优化 Redisson 的判断逻辑,默认直接用 single 模式创建
- 更改:更新 parent 版本为 1.3.0
- 更改:更新 Redisson 版本为 3.7.5
- 更改:更新 parent 版本为 1.2.3
- 更改:更新 Spring Boot 版本为 1.5.14.RELEASE
- 更改:更新 Redisson 版本为 3.7.2
- 修复:当
spring.redisson.cache-manager.enabled=false
但spring.redisson.cache-manager.fallback-to-no-op-cache.enabled=true
时的启动异常 - 更改:更新 Redisson 版本为 3.7.1
- 修复:注入 Customizer 为空的 NPE
- 修复:配置路径不正确
- 更改:更新 parent 版本为 1.2.2
- 更改:Redisson Spring 的配置前缀更改为
spring.redisson
- 更改:RedissonTransactionManager 默认更改为关闭
- 更改:更新 parent 版本为 1.2.0
- 更改:更新 Redisson 版本为 3.7.0,跟进最新的配置方法
- 更改:Redisson 自动配置的前缀由
spring.redisson
更改为redisson
- 更改:整合 Redisson 与 Spring 的配置,前缀为
redisson.spring
- 更改:RedissonSpringCacheManager 的默认配置,
dynamic
由 true 改为 false,fallbackToNoOpCache
由 false 改为 true - 新增:增加 Redisson 3.7.0 版本中增加的事务功能
- 更新 Redisson 版本为 3.6.4
- 删除 ConfigMap 中的自动增加的
default cache
- 修复不能正确注入 password 的 bug
- 完善 Redisson 的自动配置属性