Redisson 3.16.5 已发布,这是一个 Java 编写的 Redis 客户端,具备驻内存数据网格(In-Memory Data Grid)功能,并获得了 Redis 的官方推荐。
此版本更新内容如下:
Feature
countIntersection()
RListMultimapCache
RSetMultimapCache
sentinelUsername
Fixed
Can't find host in slaves!
put
get
RList.remove(object, count)
RLocalCachedMap.delete()
IdleConnectionWatcher
RedisPubSubConnection
RBuckets.trySet()
更新说明:https://github.com/redisson/redisson/releases/tag/redisson-3.16.5
评论删除后,数据将无法恢复
Redisson 3.16.5 发布,官方推荐的 Redis 客户端
Redisson 3.16.5 已发布,这是一个 Java 编写的 Redis 客户端,具备驻内存数据网格(In-Memory Data Grid)功能,并获得了 Redis 的官方推荐。
此版本更新内容如下:
Feature
countIntersection()方法RListMultimapCache和RSetMultimapCache对象添加反应式接口sentinelUsername设置Fixed
Can't find host in slaves!错误put之前的get操作可能导致本地缓存状态不一致RList.remove(object, count)如果删除多个对象,则抛出异常RLocalCachedMap.delete()方法异步清除本地缓存IdleConnectionWatcher不应关闭RedisPubSubConnectionRBuckets.trySet()方法引发 CROSSSLOT 错误更新说明:https://github.com/redisson/redisson/releases/tag/redisson-3.16.5