Commit Graph

8601 Commits (c132ee9cf8240d6c818b3578e55906d2342a0708)
 

Author SHA1 Message Date
Nikita Koksharov 187978f8d1 version updated
Nikita Koksharov 0ca91ee73c [maven-release-plugin] prepare for next development iteration
Nikita Koksharov 3fbe17209c [maven-release-plugin] prepare release redisson-3.24.2
Nikita Koksharov 2c70fe7de4 version updated
Nikita Koksharov de11b32747 Fixed - IllegalArgument timeout error is throw during shutdown.
Nikita Koksharov 8223c05b96 Fixed - Intermittent Exception when creating RedissonLocalCachedMap (regression since 3.24.1)
Nikita Koksharov 106fbea55f Fixed - RSearch.aggregate() doesn't apply withCursor() and sortBy() options correctly.
Nikita Koksharov 985402a8aa refactoring
Nikita Koksharov a1ed0f361d test fixed
Nikita Koksharov c0bf257abd Fixed - "MOVED redirection loop detected" error should be thrown only if both source and target addresses are equal.
Nikita Koksharov b0f8bb7560 Merge branch 'master' of github.com:redisson/redisson
Nikita Koksharov 183eb5eaa3 version updated
Nikita Koksharov 5bdc381eeb
Update CHANGELOG.md
Nikita Koksharov 4ee19fef50 [maven-release-plugin] prepare for next development iteration
Nikita Koksharov 873e8b266d [maven-release-plugin] prepare release redisson-3.24.1
Nikita Koksharov e0ead56c07 Fixed - waitTime applied in wrong unit in fair RLock
Nikita Koksharov eb29999cf6 [maven-release-plugin] prepare for next development iteration
Nikita Koksharov dc089fa393 [maven-release-plugin] prepare release redisson-3.24.0
Nikita Koksharov 970467d836 refactoring
Nikita Koksharov aab3556628 refactoring
Nikita Koksharov f1af1c95e3 refactoring
Nikita Koksharov ccaa3c920d Feature - subscriptionTimeout setting added.
Nikita Koksharov 2f2ed6d1a1 refactoring
Nikita Koksharov 860ed95d35 Merge branch 'master' of github.com:redisson/redisson
Nikita Koksharov ec2c7a461c refactoring
Nikita Koksharov 99ef1315c2
Merge pull request from dgolombek/shutdown-timeout
ConnectionManger.shutdown completes within timeout
David Golombek 7ad677e056 Fix checkstyle violations
Signed-off-by: David Golombek
Signed-off-by: David Golombek <dgolombek@mylookout.com>
David Golombek 4a1c7281cd ConnectionManger.shutdown completes within timeout
Make sure that the total time of shutdown() does not exceed the
provided timeout.

Signed-off-by: Dave Golombek

Fixes 

Signed-off-by: David Golombek <dgolombek@mylookout.com>
Nikita Koksharov 1905b63a54 refactoring
Nikita Koksharov ee230f606e Fixed - RBuckets.trySet(), RBuckets.set(), RBuckets.get(), RKeys.touch(), RKeys.unlink(), RKeys.delete(), RKeys.countExists() methods may hang after failover in Redis cluster
Nikita Koksharov e72194649e Feature - tcpKeepAliveCount, tcpKeepAliveIdle, tcpKeepAliveInterval, tcpUserTimeout settings added.
Nikita Koksharov 70e18aaaab Fixed - exceptions aren't wrapped in CacheException for containsKey(), getAll() and removeAll() methods of JCache
Nikita Koksharov 605665665e Fixed - Command execution timeout for command: (PING).
Nikita Koksharov 26298db027 Feature - Redis Cache async methods implementation introduced in Spring 6.1
Nikita Koksharov b1456639a3 Fixed - RBucketReactive.delete() method doesn't work in Quarkus Native.
Nikita Koksharov 09ee4ca9ca
Merge pull request from DicksengA/master
Missing methods in Quarkus Native
Nikita Koksharov 12614b6451 netty updated
dickson 011d4aa332 remove duplicate
Signed-off-by: dickson <ho.dickson@gmail.com>
dickson 0547aa84e4 formating issue
Signed-off-by: dickson <ho.dickson@gmail.com>
dickson 0168f9640f formating issue
Signed-off-by: dickson <ho.dickson@gmail.com>
dickson cbf5a28712 Add fix for missing methods when build in Quarkus Native
Signed-off-by: dickson <ho.dickson@gmail.com>
Nikita Koksharov 002930cee2 plugin updated
Nikita Koksharov 66b4945d9f refactoring
Nikita Koksharov 266ccd23ec refactoring
Nikita Koksharov d44d6775bf junit update
Nikita Koksharov 691530ebf8 refactoring
Nikita Koksharov 4ed38e198a refactoring
Nikita Koksharov 5727a12c89 HELLO command added
Nikita Koksharov 93761899b9 refactoring
Nikita Koksharov 90f578da23
Merge pull request from reedycreek/master
Fixes waitTime loses unit when passed to tryLockInnerAsync