v2.7.0.M1
Pre-release
Pre-release
compare to 2.6.4
- New feature: support invalidate local cache when MultiLevelCache put/remove. Add syncLocal property to Cached/CreateCache annotation.
- Upgrade jedis to 4.2.2, notice that spring boot 2.6.6 need jedis 3.x
- Add support for JedisCluster (jedis 4+ is required)
- Fix LoadingCache.getAll() not cache null value (#652)