Commit Graph

7947 Commits (258d94c46c93a94d5393b3decbd7bbcea971f08a)
 

Author SHA1 Message Date
Nicola Dardanis 48920c232b feat: add auto-detection of unavailable master in replicated mode
Signed-off-by: Nicola Dardanis <nicdard@gmail.com>
2 years ago
Nikita Koksharov 8a3cdd21fe Feature - monitorIPChanges setting added for replicated servers mode. #4830 2 years ago
Nikita Koksharov 7223c2742a Merge branch 'master' of github.com:redisson/redisson 2 years ago
Nikita Koksharov f49203dff7 Fixed - Redisson doesn't start in Spring Boot Native image. #4836 2 years ago
Nikita Koksharov 88cd3739e7
Update README.md 2 years ago
Nikita Koksharov 8979ca98eb Merge branch 'master' of github.com:redisson/redisson 2 years ago
Nikita Koksharov de0bd4c89d Fixed - RSetMultimapReactive.get() throws ClassCastException #4854 2 years ago
Nikita Koksharov 63d0159db0
Update CHANGELOG.md 2 years ago
Nikita Koksharov 72789587ec
Update CHANGELOG.md 2 years ago
Nikita Koksharov 9fc44e907a version updated 2 years ago
Nikita Koksharov 73b5f05b20 [maven-release-plugin] prepare for next development iteration 2 years ago
Nikita Koksharov d42efcc224 [maven-release-plugin] prepare release redisson-3.19.3 2 years ago
Nikita Koksharov 38c74cd8e7 Fixed - a new attempt should be made on WAIT error during failover. #4822 2 years ago
Nikita Koksharov c42b997014 Fixed - Kryo5Codec fails to (de)serialize Object without no-args constructor (regression since 3.19.2) #4834 2 years ago
Nikita Koksharov 72076eca44 Merge branch 'master' of github.com:redisson/redisson 2 years ago
Nikita Koksharov 33ba911d53 version updated 2 years ago
Nikita Koksharov a2bb389871
Update CHANGELOG.md 2 years ago
Nikita Koksharov a07d803d96 [maven-release-plugin] prepare for next development iteration 2 years ago
Nikita Koksharov 183e6c9c86 [maven-release-plugin] prepare release redisson-3.19.2 2 years ago
Nikita Koksharov 02ab0dcda2
Merge pull request #4825 from jasper-vandemalle/correct-typos
Fix grammar and typo in Tomcat README
2 years ago
Nikita Koksharov fa9c4632df Fixed - CacheLoader.loadAll() method isn't called by JCache.getAll() method if readThrough=true. #4810 2 years ago
Nikita Koksharov bdbd0c0a75 Fixed - RMap.computeAsync() method causes deadlock if MapLoader is defined #4821 2 years ago
Nikita Koksharov d2c0b3e513 Spring boot updated 2 years ago
Nikita Koksharov 8a54ce8f6d Fixed - RLock instance can acquire lock with previous leaseTime when leaseTime is not specified #4818 2 years ago
Nikita Koksharov db17733033 Fixed - RMap.computeAsync() method causes deadlock if MapLoader is defined #4821 2 years ago
Nikita Koksharov 871913a687 Merge branch 'master' of github.com:redisson/redisson 2 years ago
Nikita Koksharov ea4ba1ff51 Fixed - RBoundedBlockingQueue.offer() methods always use global codec #4626 2 years ago
Nikita Koksharov 179c8765c6 Fixed - Spring Boot clientName setting isn't used #4827 2 years ago
Nikita Koksharov 7126dfebbe
Update README.md 2 years ago
Nikita Koksharov 3739d399bf Fixed - connectTimeout setting is set incorrectly if Spring Boot 2.4.0+ #4826 2 years ago
Nikita Koksharov 339fc8c885 Fixed - command replies don't match if exception is thrown in CommandEncoder. #4381 2 years ago
Jasper Vandemalle e15fef90e8
Fix grammar and typo in Tomcat README
Signed-off-by: Jasper Vandemalle <jasper.vandemalle@gmail.com>
2 years ago
Nikita Koksharov 6a7e3c379c refactoring 2 years ago
Nikita Koksharov 53a0d448ce test fixed 2 years ago
Nikita Koksharov 7e8bae7590 Fixed - empty result of BLMPOP command causes
IndexOutOfBoundsException.
2 years ago
Nikita Koksharov 58b41efb6d Fixed - Canceled blocking operation isn't interrupted immediately in some cases #4819
Fixed - RStream.read() and RStream.readGroup() methods are hang forever is timeout > 0 and < 1000 milliseconds #4817
2 years ago
Nikita Koksharov 35f1ffde2c test fixed 2 years ago
Nikita Koksharov 50075a48c5 quarkus updated 2 years ago
Nikita Koksharov 4eef47dc1d javadocs fixed 2 years ago
Nikita Koksharov 3dbe5f90f3 Fixed - CacheLoader.loadAll() method isn't called by JCache.getAll() method if readThrough=true. #4810 2 years ago
Nikita Koksharov 9b42391166 Fixed - Kryo5Codec Serializers don't work in GraalVM native image mode. #4811 2 years ago
Nikita Koksharov 830abb8453 version updated 2 years ago
Nikita Koksharov 9a2090664e refactoring 2 years ago
Nikita Koksharov eeba9d0488 Fixed - NoSuchMethodException com.esotericsoftware.kryo.serializers.TimeSerializers$OffsetDateTimeSerializer in Quarkus native mode. #4811 2 years ago
Nikita Koksharov bb60d86bcf checkstyle errors fixed 2 years ago
Nikita Koksharov cda8d91a99 Fixed - LinkedHashMap and LinkedHashSet objects can't be decoded properly by Kryo5Codec #4807 #4809 2 years ago
Nikita Koksharov 4e0dede309 refactoring 2 years ago
Nikita Koksharov 613a723ba5 netty updated 2 years ago
Nikita Koksharov 43a59e7cc7 Fixed - NameMapper isn't applied to RFunction and RScript objects #4801 2 years ago
Nikita Koksharov 7616e46507 test fixed 2 years ago