Commit Graph

10161 Commits (a9e3c88511366fb1127ff2d04c4d1549ac142171)
 

Author SHA1 Message Date
Nikita Koksharov a905e7a8ac
Merge pull request #6360 from seakider/fix_retry
Fixed - Task not firing on the next executor if app was killed #5577
1 month ago
seakider a115b66f28 Fixed - Task not firing on the next executor if app was killed #5577
Signed-off-by: xuxiaolei <seakider@gmail.com>
1 month ago
seakider 56544c6977 Fixed - Task not firing on the next executor if app was killed #5577
Signed-off-by: xuxiaolei <seakider@gmail.com>
1 month ago
Nikita Koksharov 63fdd3f09d quarkus updated 1 month ago
Nikita Koksharov 929bfb4616 Fixed - RListMultimapReactive.get() and RSetMultimapReactive.get() methods return object with methods which throw exceptions. 1 month ago
Nikita Koksharov 4c85a71c6d
Merge pull request #6357 from kramer/master
bugfix: RedissonListMultimapReactive.get(K) was using the wrong instance for creating proxy
1 month ago
Nikita Koksharov cda973c8d2 Fixed - RPriorityBlockingQueue.take() method consumes an element even after the calling thread has been interrupted. #3776 1 month ago
Nikita Koksharov 79ab202b62 Fixed - RedissonListMultimapRx.get(K) uses wrong instance for proxy 1 month ago
Nikita Koksharov 8507ae193b Fixed - RExecutorService's result futures might be never completed. #6271 1 month ago
Nikita Koksharov 681d0cce4e Fixed - RRemoteService shouldn't allocate a new worker if requestQueue is empty. 1 month ago
Nikita Koksharov 9781ca642b refactoring 1 month ago
Cihan Keser 2c7723bba2 bugfix: RedissonListMultimapReactive.get(K) was using the wrong instance for creating proxy
Signed-off-by: Cihan Keser <cihan.keser@entaingroup.com>
1 month ago
Nikita Koksharov 1b9fe75703 refactoring 1 month ago
Nikita Koksharov 7751f1b496 refactoring 1 month ago
Nikita Koksharov cb05221151 refactoring 1 month ago
Nikita Koksharov 20f2753292 refactoring 1 month ago
Nikita Koksharov 6816fa3a6d Merge branch 'master' of github.com:redisson/redisson 1 month ago
Nikita Koksharov 59d756f221 Fixed - destroy() method doesn't work if called immediately after creation of RDelayedQueue object. #5537 1 month ago
Nikita Koksharov a932de8013 logging added 1 month ago
Nikita Koksharov d63b0bb825 toString() methods added 1 month ago
Nikita Koksharov 929fb99e90
Update CHANGELOG.md 1 month ago
Nikita Koksharov 5b0d71dee4 [maven-release-plugin] prepare for next development iteration 1 month ago
Nikita Koksharov 62dc29eb55 [maven-release-plugin] prepare release redisson-3.41.0 1 month ago
Nikita Koksharov 81eba6454e Fixed - RandomXoshiro256PlusPlus might block Redisson initialization. #6307 1 month ago
Nikita Koksharov dddb1580ad Fixed - RPriorityBlockingQueue.draintTo() method shouldn't resend command on response timeout 1 month ago
Nikita Koksharov 5be0604771 Merge branch 'master' of github.com:redisson/redisson 1 month ago
Nikita Koksharov 74698abf60 logback updated 1 month ago
Nikita Koksharov a0bac462fb
Merge pull request #6348 from seakider/fix_releaseAsync
Fixed - RPermitExpirableSemaphore.release
1 month ago
seakider 7451a972d0 Fixed - RPermitExpirableSemaphore.release(java.util.List) shouldn't release permits if one of them doesn't exist #6343
Signed-off-by: xuxiaolei <seakider@gmail.com>
1 month ago
seakider 8e06ee17fd Fixed - RPermitExpirableSemaphore.release(java.util.List) shouldn't release permits if one of them doesn't exist #6343
Signed-off-by: xuxiaolei <seakider@gmail.com>
1 month ago
seakider 4d6ed7d72b Fixed - RPermitExpirableSemaphore.release(java.util.List) shouldn't release permits if one of them doesn't exist #6343
Signed-off-by: xuxiaolei <seakider@gmail.com>
1 month ago
seakider ee3d4c2e37 Fixed - RPermitExpirableSemaphore.release(java.util.List) shouldn't release permits if one of them doesn't exist #6343
Signed-off-by: xuxiaolei <seakider@gmail.com>
1 month ago
Nikita Koksharov 76dfaf0b6f docs updated 1 month ago
Nikita Koksharov cd7f26b19a javadocs updated 1 month ago
Nikita Koksharov edf9f4bb13 Merge branch 'master' of github.com:redisson/redisson 1 month ago
Nikita Koksharov b029c325e7 Feature - sslVerificationMode setting added #6265 1 month ago
Nikita Koksharov e4a1c99dae Fixed - RTopic listeners leak if they are defined as a lambda. #6345 2 months ago
Nikita Koksharov a991823994
Merge pull request #6346 from seakider/feat_getLeaseTime
Feature - getLeaseTime() for RPermitExpirableSemaphore
2 months ago
seakider 4dc23d640e Feature - getLeaseTime() for RPermitExpirableSemaphore
Signed-off-by: seakider <seakider@gmail.com>
2 months ago
seakider 2abb51917e Feature - getLeaseTime() for RPermitExpirableSemaphore
Signed-off-by: seakider <seakider@gmail.com>
2 months ago
Nikita Koksharov bfaa09f671 Merge branch 'master' of github.com:redisson/redisson 2 months ago
Nikita Koksharov e0806a122e netty upgraded 2 months ago
Nikita Koksharov 34a8f2770c
Update CHANGELOG.md 2 months ago
Nikita Koksharov 6560eefe1e [maven-release-plugin] prepare for next development iteration 2 months ago
Nikita Koksharov c5637b1344 [maven-release-plugin] prepare release redisson-3.40.2 2 months ago
Nikita Koksharov 9dafc518c0 Merge branch 'master' of github.com:redisson/redisson 2 months ago
Nikita Koksharov bb55c06506 refactoring 2 months ago
Nikita Koksharov 74e8cb3bed
Merge pull request #6334 from blacksails/fix-quarkus-sentinel-addresses
Fix Quarkus redisson config with sentinel config
2 months ago
Benjamin Nørgaard 8e574ce872 Fix Quarkus redisson config with sentinel config
Similar to https://github.com/redisson/redisson/issues/4076 config load
fails for `sentinel-addresses`. This adds sentinel to the LIST_NODES so
that sentinel configuration also works.

Signed-off-by: Benjamin Nørgaard <mail@blacksails.dev>
2 months ago
Nikita Koksharov c30fc89fc2 Fixed - starvation of pub/sub connections may cause a memory leak. #6328 2 months ago