Commit Graph

  • 9d9a3a0ddd refactoring Nikita Koksharov 2025-01-08 11:29:41 +0300
  • 1758a2e93d refactoring Nikita Koksharov 2025-01-08 11:13:44 +0300
  • 4d73d8d97d refactoring Nikita Koksharov 2025-01-08 11:06:04 +0300
  • 5dd631caad tests fixed Nikita Koksharov 2025-01-07 20:01:16 +0300
  • 5909ad0f4c Fixed - RLocalCacheMap remove method hangs if called inside transaction #5198 Nikita Koksharov 2025-01-07 18:52:17 +0300
  • 5fc0963b76 refactoring Nikita Koksharov 2025-01-07 17:54:20 +0300
  • 436804f2c1 log added Nikita Koksharov 2025-01-07 17:48:57 +0300
  • 7871ed96f4 Merge branch 'master' of github.com:redisson/redisson Nikita Koksharov 2025-01-07 17:35:13 +0300
  • 4fd0fd618b libs updated Nikita Koksharov 2025-01-07 17:34:58 +0300
  • b133f1dda2 refactoring Nikita Koksharov 2025-01-07 17:15:00 +0300
  • b4fa02fe72
    Update CHANGELOG.md Nikita Koksharov 2025-01-07 14:41:02 +0300
  • 15623519f8
    Update CHANGELOG.md Nikita Koksharov 2025-01-07 14:40:40 +0300
  • 80e748a998
    Update CHANGELOG.md Nikita Koksharov 2025-01-07 14:39:56 +0300
  • c1e930d796
    Update CHANGELOG.md Nikita Koksharov 2025-01-07 14:38:20 +0300
  • 1300505cc4 [maven-release-plugin] prepare for next development iteration Nikita Koksharov 2025-01-07 13:54:06 +0300
  • 3b91210f05 [maven-release-plugin] prepare release redisson-3.42.0 redisson-3.42.0 Nikita Koksharov 2025-01-07 13:53:57 +0300
  • cc0e7daf5d test fixed Nikita Koksharov 2025-01-07 11:10:34 +0300
  • ea5d130a10 refactoring Nikita Koksharov 2025-01-07 11:05:01 +0300
  • b91881a85c test fixed Nikita Koksharov 2025-01-07 10:56:56 +0300
  • d109d884c6 test fixed Nikita Koksharov 2025-01-07 10:56:21 +0300
  • bfa0b76c56
    Merge pull request #6379 from seakider/fix_cancel_task Nikita Koksharov 2025-01-07 10:24:41 +0300
  • 2940a7acd4 Feature - support of "valkey" and "valkeys" schemes in urls #6301 Nikita Koksharov 2025-01-07 08:45:21 +0300
  • fd131ce1a3 refactoring Nikita Koksharov 2025-01-06 17:03:51 +0300
  • 3981c96f78 Fixed - cancel schedule task occurs concurrency problem seakider 2025-01-06 21:56:54 +0800
  • 621efdd3b1 refactoring Nikita Koksharov 2025-01-06 15:55:18 +0300
  • e39d99f298
    Merge pull request #6373 from seakider/style_format Nikita Koksharov 2025-01-04 16:03:22 +0300
  • 547a2ea4b3
    Merge pull request #6374 from seakider/feat_spring_cache_listener Nikita Koksharov 2025-01-04 16:02:40 +0300
  • 2cd38cf997 Feature - add MapEntryListener in RedissonSpringCacheManager, test case seakider 2025-01-04 19:51:43 +0800
  • 989ddf7552 Feature - add MapEntryListener in RedissonSpringCacheManager seakider 2025-01-04 19:50:45 +0800
  • f379c6a876 Style - code format seakider 2025-01-04 01:36:39 +0800
  • 046fca66bf
    Merge pull request #6372 from seakider/feat_getClientList Nikita Koksharov 2025-01-03 18:18:29 +0300
  • ba516b44d4 refactoring Nikita Koksharov 2025-01-03 18:14:42 +0300
  • 258f1856bb tests fixed Nikita Koksharov 2025-01-03 17:42:08 +0300
  • ec684623be Feature - Support CLIENT LIST command for Spring Data #6108 seakider 2025-01-03 21:29:58 +0800
  • e6149927e4
    Merge 12d8d86d9e into 8e325a95f4 Gurubase.io 2025-01-02 20:26:34 +0800
  • eaf2fea905
    Merge fb4a845658 into 8e325a95f4 Jason N. White 2025-01-01 03:50:30 -0500
  • fb4a845658
    Update LICENSE.txt, fix license year JasonnnW3000 2025-01-01 03:50:22 -0500
  • 0401642f15 refactoring Nikita Koksharov 2024-12-31 08:52:49 +0300
  • 8e325a95f4 refactoring Nikita Koksharov 2024-12-30 16:21:48 +0300
  • 7a7781b802 Feature - onConnectFailed() and onPingFailed() methods with Throwable argument added to org.redisson.client.FailedNodeDetector Nikita Koksharov 2024-12-30 16:11:34 +0300
  • 386b2cea97 Fixed - MASTERDOWN error handling #291 Nikita Koksharov 2024-12-30 15:50:49 +0300
  • d19f1df9e6 Merge branch 'master' of github.com:redisson/redisson Nikita Koksharov 2024-12-30 14:37:08 +0300
  • cb538bb5f4 Feature - cluster nodes state added in "node ... hasn't been discovered yet" error Nikita Koksharov 2024-12-30 14:36:53 +0300
  • e2e50c446a doc updated Nikita Koksharov 2024-12-30 14:26:18 +0300
  • 5871809606
    Merge pull request #6368 from seakider/fix_contains Nikita Koksharov 2024-12-30 09:30:27 +0300
  • bbf049b3d4 Fixed - The Bloom filter encounters an error if a contains() request is made while it is being deleted and updated. #6197 seakider 2024-12-28 23:31:01 +0800
  • 215bed3f67
    Merge pull request #6367 from seakider/fix_push Nikita Koksharov 2024-12-28 14:08:13 +0300
  • 35e2865213 Fixed - TasksService.addAsync() and RedissonExecutorService.pushTaskAsync(), 'publish' won't take effect #6365 seakider 2024-12-28 15:28:18 +0800
  • 694a51af30
    Merge pull request #6366 from seakider/fix_responseFuture Nikita Koksharov 2024-12-28 08:06:23 +0300
  • ac44d9df0b Fixed - responseFuture not finished seakider 2024-12-27 20:16:46 +0800
  • a656ffed6d Fixed - RMap.addAndGet() doesn't work with MapWriter. #2600 Nikita Koksharov 2024-12-27 13:30:47 +0300
  • 88f4f09349 docs updated Nikita Koksharov 2024-12-27 11:37:40 +0300
  • 35e21c7c47 checkstyle fixed Nikita Koksharov 2024-12-27 10:05:01 +0300
  • c37970884e version updated Nikita Koksharov 2024-12-27 10:02:50 +0300
  • 1f051b0591 version updated Nikita Koksharov 2024-12-27 10:02:03 +0300
  • 43b9a7c5f0 tomcat updated Nikita Koksharov 2024-12-27 10:00:56 +0300
  • cee1152324 Merge branch 'master' of github.com:redisson/redisson Nikita Koksharov 2024-12-27 09:56:39 +0300
  • 254fdd559a refactoring Nikita Koksharov 2024-12-27 09:56:28 +0300
  • 68efa444c9 refactoring Nikita Koksharov 2024-12-27 09:24:27 +0300
  • 133b15f13a refactoring Nikita Koksharov 2024-12-27 09:18:35 +0300
  • 5b2714fbee refactoring Nikita Koksharov 2024-12-27 09:17:56 +0300
  • 66a62d2e56 refactoring Nikita Koksharov 2024-12-27 09:17:07 +0300
  • a4410cce7e refactoring Nikita Koksharov 2024-12-27 09:04:07 +0300
  • 231c63c249 refactoring Nikita Koksharov 2024-12-27 09:01:42 +0300
  • a905e7a8ac
    Merge pull request #6360 from seakider/fix_retry Nikita Koksharov 2024-12-27 08:13:09 +0300
  • a115b66f28 Fixed - Task not firing on the next executor if app was killed #5577 seakider 2024-12-27 10:12:04 +0800
  • 56544c6977 Fixed - Task not firing on the next executor if app was killed #5577 seakider 2024-12-26 21:08:09 +0800
  • 63fdd3f09d quarkus updated Nikita Koksharov 2024-12-26 15:44:21 +0300
  • 929bfb4616 Fixed - RListMultimapReactive.get() and RSetMultimapReactive.get() methods return object with methods which throw exceptions. Nikita Koksharov 2024-12-25 12:51:29 +0300
  • 4c85a71c6d
    Merge pull request #6357 from kramer/master Nikita Koksharov 2024-12-25 12:43:11 +0300
  • cda973c8d2 Fixed - RPriorityBlockingQueue.take() method consumes an element even after the calling thread has been interrupted. #3776 Nikita Koksharov 2024-12-25 10:36:43 +0300
  • 79ab202b62 Fixed - RedissonListMultimapRx.get(K) uses wrong instance for proxy Nikita Koksharov 2024-12-25 10:10:18 +0300
  • 8507ae193b Fixed - RExecutorService's result futures might be never completed. #6271 Nikita Koksharov 2024-12-25 10:02:23 +0300
  • 681d0cce4e Fixed - RRemoteService shouldn't allocate a new worker if requestQueue is empty. Nikita Koksharov 2024-12-25 10:00:35 +0300
  • 9781ca642b refactoring Nikita Koksharov 2024-12-25 09:30:07 +0300
  • a3dfaa84c0
    Merge 4c5d1e5302 into 1b9fe75703 yjjstc2017 2024-12-25 00:22:18 +0100
  • 2c7723bba2 bugfix: RedissonListMultimapReactive.get(K) was using the wrong instance for creating proxy Cihan Keser 2024-12-25 00:19:58 +0100
  • 1b9fe75703 refactoring Nikita Koksharov 2024-12-24 14:00:40 +0300
  • 7751f1b496 refactoring Nikita Koksharov 2024-12-24 13:54:24 +0300
  • cb05221151 refactoring Nikita Koksharov 2024-12-24 13:52:14 +0300
  • 20f2753292 refactoring Nikita Koksharov 2024-12-24 13:52:05 +0300
  • 6816fa3a6d Merge branch 'master' of github.com:redisson/redisson Nikita Koksharov 2024-12-23 14:46:29 +0300
  • 59d756f221 Fixed - destroy() method doesn't work if called immediately after creation of RDelayedQueue object. #5537 Nikita Koksharov 2024-12-23 14:46:18 +0300
  • a932de8013 logging added Nikita Koksharov 2024-12-23 11:55:33 +0300
  • d63b0bb825 toString() methods added Nikita Koksharov 2024-12-23 11:54:16 +0300
  • 929fb99e90
    Update CHANGELOG.md Nikita Koksharov 2024-12-23 10:11:34 +0300
  • 5b0d71dee4 [maven-release-plugin] prepare for next development iteration Nikita Koksharov 2024-12-23 09:45:40 +0300
  • 62dc29eb55 [maven-release-plugin] prepare release redisson-3.41.0 redisson-3.41.0 Nikita Koksharov 2024-12-23 09:45:28 +0300
  • 81eba6454e Fixed - RandomXoshiro256PlusPlus might block Redisson initialization. #6307 Nikita Koksharov 2024-12-21 21:02:49 +0300
  • dddb1580ad Fixed - RPriorityBlockingQueue.draintTo() method shouldn't resend command on response timeout Nikita Koksharov 2024-12-21 10:01:39 +0300
  • 5be0604771 Merge branch 'master' of github.com:redisson/redisson Nikita Koksharov 2024-12-20 17:40:27 +0300
  • 74698abf60 logback updated Nikita Koksharov 2024-12-20 17:40:02 +0300
  • 12d8d86d9e Introducing Redisson Guru on Gurubase.io Gurubase.io 2024-12-18 21:58:06 +0300
  • a0bac462fb
    Merge pull request #6348 from seakider/fix_releaseAsync Nikita Koksharov 2024-12-18 17:54:19 +0300
  • 7451a972d0 Fixed - RPermitExpirableSemaphore.release(java.util.List) shouldn't release permits if one of them doesn't exist #6343 seakider 2024-12-18 22:15:23 +0800
  • 8e06ee17fd Fixed - RPermitExpirableSemaphore.release(java.util.List) shouldn't release permits if one of them doesn't exist #6343 seakider 2024-12-18 22:13:28 +0800
  • 4d6ed7d72b Fixed - RPermitExpirableSemaphore.release(java.util.List) shouldn't release permits if one of them doesn't exist #6343 seakider 2024-12-18 20:57:54 +0800
  • ee3d4c2e37 Fixed - RPermitExpirableSemaphore.release(java.util.List) shouldn't release permits if one of them doesn't exist #6343 seakider 2024-12-18 19:27:59 +0800
  • 76dfaf0b6f docs updated Nikita Koksharov 2024-12-18 13:57:02 +0300
  • cd7f26b19a javadocs updated Nikita Koksharov 2024-12-18 13:37:25 +0300