Commit Graph

7298 Commits (ea6bd60defc309ec72325d498be2796774aace3e)
 

Author SHA1 Message Date
Nikita Koksharov 8ae4eed607
Merge pull request #4272 from thisiswanghy/feature/fix-RedissonBaseLock
Update ExpirationEntry in RedissonBaseLock.java
3 years ago
Nikita Koksharov 9e58872b8c refactoring 3 years ago
Nikita Koksharov 98370cd597 checkstyle improvement 3 years ago
Nikita Koksharov 5f683b95aa Merge branch 'master' of github.com:redisson/redisson 3 years ago
Nikita Koksharov 1d8c312b21 libs updated 3 years ago
Nikita Koksharov 5b053eee02
Update README.md 3 years ago
Nikita Koksharov 66168fff2c
Update README.md 3 years ago
why技术 6ca90567cb The counter should start from 0. Otherwise, according to the program logic, even if the removethreadid method is called, the counter will not be reduced to 0.
Signed-off-by: why技术 <thisiswhy@outlook.com>
3 years ago
Nikita Koksharov 9bb03cd5c1 refactoring 3 years ago
Nikita Koksharov 31a5dc0977 Merge branch 'master' of github.com:redisson/redisson 3 years ago
Nikita Koksharov 5a7a8bd253 refactoring 3 years ago
Nikita Koksharov e73189838e
Update README.md 3 years ago
Nikita Koksharov 7bbd4f034f
Update README.md 3 years ago
Nikita Koksharov b6c3b12050
Update README.md 3 years ago
Nikita Koksharov 65fe423e5c
Update README.md 3 years ago
Nikita Koksharov f1319328c5
Update README.md 3 years ago
Nikita Koksharov cd5ee1b2bd
Update README.md 3 years ago
Nikita Koksharov 942da01dbc
Update README.md 3 years ago
Nikita Koksharov c4e6bd16bf
Update README.md 3 years ago
Nikita Koksharov 05c034553e
Update README.md 3 years ago
Nikita Koksharov 8841130658
Update README.md 3 years ago
Nikita Koksharov 966a69fb1c
Update CHANGELOG.md 3 years ago
Nikita Koksharov dd3ac01e35 [maven-release-plugin] prepare for next development iteration 3 years ago
Nikita Koksharov 637a0e110c [maven-release-plugin] prepare release redisson-3.17.1 3 years ago
Nikita Koksharov 0d8a7dd9a2 Improvement - amount of created connections in parallel reduced to 5. For better stability. 3 years ago
Nikita Koksharov a251361218 Fixed - RedissonReactiveClient.getMultilock() should
accept RLockReactive objects.
Fixed - RedissonRxClient.getMultilock() should accept RLockRx objects. #4259
3 years ago
Nikita Koksharov 910134a611 Feature - transactionAware setting added to RedissonSpringCacheManager. #4261 3 years ago
Nikita Koksharov 608625a3bd Fixed - Don't close connection on error response during topology scan #4252 3 years ago
Nikita Koksharov 88999986e4 Fixed - SET command should be an idempotent operation #4250 3 years ago
Nikita Koksharov c1a7fb84ca Fixed - MasterSlaveConnectionManager throws ClassCastException if host unknown #4246 3 years ago
Nikita Koksharov 86c49d5a89 Fixed - RReadWriteLock renewal doesn't work if writeLock released before readLock then both were acquired. #4217 3 years ago
Nikita Koksharov 1d796c14ad refactoring 3 years ago
Nikita Koksharov e5a2f96bfd refactoring 3 years ago
Nikita Koksharov 347e0dd371 Fixed - Spring Data Redis module. Scan In cluster mode, other nodes cannot be scanned #4238 3 years ago
Nikita Koksharov bb3e929cb8 refactoring 3 years ago
Nikita Koksharov 9623836fc4 Fixed - RReliableTopic throws "attempt to compare nil with number" error. #4190 3 years ago
Nikita Koksharov 428f3cebbb Fixed - RedissonSpinLock.tryLock() method returns false instead of true if the remaining wait time is negative #4197 3 years ago
Nikita Koksharov 45a312ea26 Fixed - an error should be thrown if merge(), compute(), computeIfAbsent() and computeIfPresent() of RMap used in batch #4229 3 years ago
Nikita Koksharov 370afbf358 Fixed - Unable to specify timezone in CronSchedule object. #4225 3 years ago
Nikita Koksharov a385215c67 test fixed 3 years ago
Nikita Koksharov 910ab5fdb7 Fixed - RMapCache.destroy throws NPE. #4230 3 years ago
Nikita Koksharov 59ff8e2245 refactoring 3 years ago
Nikita Koksharov 285ec8f1ce Fixed - RedissonLock.tryLock method throws CancellationException. #4210
Fixed - subscription timeout calculation. #4216
3 years ago
Nikita Koksharov 723928443e Fixed - Unable to connect to Redis server error is thrown due to NPE #4231 3 years ago
Nikita Koksharov b8d44abd76 Fixed - RBlockingQueue.pollLastAndOfferFirstTo() throws ClassCastException if result is empty. 3 years ago
Nikita Koksharov f13b2adf82 refactoring 3 years ago
Nikita Koksharov b97631b732 micronaut updated 3 years ago
Nikita Koksharov d5b5d2bdb6 quarkus updated 3 years ago
Nikita Koksharov f9e97416ce Fixed - AsyncSemaphore doesn't skip canceled tasks in the same thread. #4215 3 years ago
Nikita Koksharov 14abe1e5ec Fixed - RLocalCachedMap.getAll() method doesn't respect storeCacheMiss setting #4218 3 years ago