Commit Graph

10277 Commits (7d6d8fcab3f1f1f99225b37997f8ded083551834)
 

Author SHA1 Message Date
mrniko 7d6d8fcab3 refactoring 6 days ago
mrniko 0f44d9221b Merge branch 'master' of github.com:redisson/redisson 6 days ago
mrniko 83471b8f96 Fixed - MasterConnectionPool might throw an NPE #6475 6 days ago
mrniko 16d7496148 missed methods implemented 6 days ago
Nikita Koksharov 6990d9e05c
Merge pull request #6474 from seakider/fix_region_prefix
Fixed - Hibernate region_prefix configuration doesn't apply to redis key redisson-hibernate-timestamp
7 days ago
seakider 90f582e465 Fixed - Hibernate region_prefix configuration doesn't apply to redis key redisson-hibernate-timestamp
Signed-off-by: seakider <seakider@gmail.com>
7 days ago
seakider 9141c12690 Fixed - Hibernate region_prefix configuration doesn't apply to redis key redisson-hibernate-timestamp
Signed-off-by: seakider <seakider@gmail.com>
1 week ago
mrniko 5f95893464 Fixed - LockEntry throws NPE. #6472 1 week ago
mrniko 7114c607c1 test fixed 1 week ago
Nikita Koksharov bf5fb90872
Merge pull request #6471 from seakider/fix_queuetransfertask
Fixed - RDelayedQueue cannot get anything when server run a long time
1 week ago
seakider 509646b070 Fixed - RDelayedQueue cannot get anything when server run a long time
Signed-off-by: seakider <seakider@gmail.com>
1 week ago
Nikita Koksharov a2a4f48c69
Merge pull request #6469 from seakider/fix_localcachemap_fastputifexist
Fixed - RLocalCachedMap sync strategy doesn't work with fastPutIfExist method
1 week ago
seakider 46a7d117c9 Fixed - check value of invalidateEntryOnChange and fix fastPutIfAbsent method
Signed-off-by: seakider <seakider@gmail.com>
1 week ago
Nikita Koksharov 88f34b5793
Update CHANGELOG.md 1 week ago
seakider 678a8ff8b8 Fixed - RLocalCachedMap sync strategy doesn't work with fastPutIfExists method
Signed-off-by: seakider <seakider@gmail.com>
1 week ago
mrniko 42e00302d3 Merge branch 'master' of github.com:redisson/redisson 1 week ago
mrniko 3de8ddcc56 Fixed - error thrown by RLiveObject running with AWS ElastiCache Serverless Valkey. #6466 1 week ago
Nikita Koksharov 5db527558a
Merge pull request #6462 from seakider/fix_cluster_slave_connection
Fixed - Adding a new slave node in redis-cluster, isSlaveNotUsed does not take effect
2 weeks ago
seakider 81dc6aded3 Fixed - Adding a new slave node in redis-cluster, isSlaveNotUsed does not take effect
Signed-off-by: seakider <seakider@gmail.com>
2 weeks ago
Nikita Koksharov c0ed89eabf
Merge pull request #6459 from seakider/fix_timeout
Fixed - submitAsync is reporting script error: ERR invalid expire time in set
2 weeks ago
Nikita Koksharov 8092133ce4
Merge pull request #6455 from seakider/fix_AsyncCache
Fixed - Issue with asynchronous @Cacheable methods
2 weeks ago
seakider 91923d78a5 Fixed - submitAsync is reporting script error: ERR invalid expire time in set
Signed-off-by: seakider <seakider@gmail.com>
2 weeks ago
seakider 6fdbd58afd Fixed - Issue with asynchronous @Cacheable methods
Signed-off-by: seakider <seakider@gmail.com>
2 weeks ago
Nikita Koksharov c600011dc9
Update CHANGELOG.md 3 weeks ago
Nikita Koksharov d1db84c4d8
Update CHANGELOG.md 3 weeks ago
mrniko 07b8aaa6b9 docs updated 3 weeks ago
mrniko dc4daf9963 [maven-release-plugin] prepare for next development iteration 3 weeks ago
mrniko 9728f9cf95 [maven-release-plugin] prepare release redisson-3.45.0 3 weeks ago
Nikita Koksharov 485ae82946
Merge pull request #6449 from seakider/feature_valuesAsync
Feature - Obtain values from RMap, based on key pattern, asynchronously
3 weeks ago
seakider c504b022d0 Feature - Obtain values from RMap, based on key pattern, asynchronously
Signed-off-by: seakider <seakider@gmail.com>
3 weeks ago
mrniko 2df63e425c refactoring 3 weeks ago
mrniko 45a29fc0b5 libs updated 3 weeks ago
mrniko 354e58a6e2 Fixed - RBatchRx may work incorrectly if useScriptCache = true 3 weeks ago
mrniko 3122a2ab46 refactoring 3 weeks ago
mrniko a7a3fa5a7f Feature - RExecutorService.deregisterWorkers() method added. #6448 3 weeks ago
mrniko ac2f9be1b5 docs updated 3 weeks ago
mrniko 92121094a7 refactoring #4642 3 weeks ago
mrniko 61efd61e49 libs updated 3 weeks ago
mrniko a0fd2844c0 Fixed - notifyUpdate() and notifyInvalidate() methods of LocalCacheListener might throw NPE #6447 3 weeks ago
mrniko 6306210ab5 Merge branch 'master' of github.com:redisson/redisson 3 weeks ago
mrniko d94c17e991 Fixed - Quarkus shutdown process fails if version 3.18 or higher. #6445 3 weeks ago
Nikita Koksharov 4ce74ddb08
Merge pull request #6442 from seakider/fix_Expiration
Fixed - Redis RemoteExecutorService "expiration" sorted set growing undefinitely
3 weeks ago
seakider 06fd0a9e44 Fixed - Redis RemoteExecutorService "expiration" sorted set growing undefinitely
Signed-off-by: seakider <seakider@gmail.com>
3 weeks ago
mrniko 042b660185 Merge branch 'master' of github.com:redisson/redisson 3 weeks ago
mrniko e073ebd438 Fixed - incorrect parsing of PubSubType.UNSUBSCRIBE command with non-English locale. #6423 3 weeks ago
Nikita Koksharov 9e67f94d7a
Merge pull request #6437 from seakider/imp_rsearch_param
Improvement - validate PARAMS in search method
4 weeks ago
seakider 815bafe596 Improvement - validate PARAMS in search method
Signed-off-by: seakider <seakider@gmail.com>
4 weeks ago
Nikita Koksharov 0640497cf6
Merge pull request #6434 from seakider/fix_fairLock
Fixed - Fair Lock attempt to compare nil with number
4 weeks ago
seakider 2fe06b7a38 Fixed - Fair Lock attempt to compare nil with number
Signed-off-by: seakider <seakider@gmail.com>
4 weeks ago
Nikita Koksharov a1b82a0d34
Merge pull request #6430 from seakider/feature_OBJECTCommand
Feature - Support for OBJECT command
4 weeks ago