Redisson是架设在Redis基础上的一个Java驻内存数据网格(In-Memory Data Grid)。充分的利用了Redis键值数据库提供的一系列优势,基于Java实用工具包中常用接口,为使用者提供了一系列具有分布式特性的常用工具类。 更新内容: Feature - JsonJacksonMapCodec codec added Feature - Amazon Ion codec added Feature - read-through, write-through and write-behind support for RMap objects Feature - RExecutorService should return RExecutorFuture object with taskId Feature - added RList.get method to load elements in a batch Feature - ability to submit few tasks atomically (in batch) through RExecutorService interface Feature - Config.keepPubSubOrder setting added Improvement - make RMapReactive and RMapCacheReactive interfaces match with RMap and RMapCache Improvement - RLexSortedSet should extend RSortedSet Fixed - RMapCache remove, put, putIfAbsent and replace methods aren't respect entry expiration Fixed - SCAN command should be used in RKeys.deleteByPattern method Fixed - RBinaryStream doesn't work in Redis cluster environment Fixed - SELECT command shouldn't be executed on Sentinel servers Fixed - Stackoverflow error arise during decoding of large amount of PubSub messages Fixed - LocalCachedMapInvalidate object can't be serialized by Kryo codec Fixed - XMLGregorianCalendar type handling in JSON codec Fixed - Reactive Stream methods shouldn't be executed immediately after Publisher object creation 下载地址: v2.9.4: Source code (zip) Source code (tar.gz) v3.4.4: Source code (zip) Source code (tar.gz) >>>【评论有礼】7月10日-31日在下方评论资讯,即有机会获得 9 活跃积分和开源中国实物周边。活动详情 Redisson 3.4.4 和 2.9.4 发布,Redis 客户端下载地址