Redisson 3.17.0 发布,官方推荐的 Redis 客户端
Redisson3.17.0 已发布,这是一个 Java 编写的 Redis 客户端,具备驻内存数据网格(In-Memory Data Grid)功能,并获得了 Redis 的官方推荐。 此版本更新内容如下: Feature 添加了 RFunction 对象(需要 Redis 7.0+)。 为 RScoredSortedSet 对象添加了 pollLastEntriesFromAny() 和 pollFirstEntriesFromAny() 方法(需要 Redis 7.0+)。 在 RExpirable 接口中添加了 expireIfSet()、expireIfNotSet()、expireIfGreater() 和 expireIfLess() 方法(需要 Redis 7.0+)。 增加了 checkLockSyncedSlaves 设置 为 RBucket 对象添加 getAndExpire 和 getAndClearExpire() 方法(需要 Redis 6.2.0+)。 在 RScoredSortedSet 对象中添加了带超时和计数的 pollFirstFromAny() ...