Commit Graph

7032 Commits (a899702b0e2159e4b03f6096c64cccd91df41d2d)
 

Author SHA1 Message Date
Nikita Koksharov 8bb042fc6d
Update README.md 3 years ago
Nikita Koksharov bcf91eca16
Update README.md 3 years ago
Nikita Koksharov 52cf128f6e
Update README.md 3 years ago
Nikita Koksharov 98d0a659d0
Update README.md 3 years ago
Nikita Koksharov 996dd8d970
Update README.md 3 years ago
Nikita Koksharov 405ab51ea1
Update CHANGELOG.md 3 years ago
Nikita Koksharov 973c6cb9af [maven-release-plugin] prepare for next development iteration 3 years ago
Nikita Koksharov e0d9c18e06 [maven-release-plugin] prepare release redisson-3.16.4 3 years ago
Nikita Koksharov 9fc12cae2e Improvement - optimization of ClusterConnectionManager.checkSlaveNodesChange() and ClusterConnectionManager.checkMasterNodesChange() methods. #3886 3 years ago
Nikita Koksharov 59e6a271bf Merge branch 'master' of github.com:redisson/redisson 3 years ago
Nikita Koksharov 33454e57bb Fixed - master monitoring job stops execution if invoked before the dns change is applied. #3922 3 years ago
Nikita Koksharov 006929ebf9
Merge pull request #3917 from jimichan/master
Fix RedissonRemoteService
3 years ago
jimi 497dcfeeef Fix RedissonRemoteService
If requestId returns null, the free worker counter per minute is -1, which quickly becomes 0, and the service cannot be called.

Signed-off-by: jimichan <jimichan@mayabot.com>
3 years ago
jimi 8a0b6e8860 Fix RedissonRemoteService
If requestId returns null, the free worker counter per minute is -1, which quickly becomes 0, and the service cannot be called.

Signed-off-by: jimichan <jimichan@mayabot.com>
3 years ago
Nikita Koksharov 47c8af18b8 test fixed 3 years ago
Nikita Koksharov 034f112e60 versions updated 3 years ago
Nikita Koksharov 2de8bb7a0a Merge branch 'master' of github.com:redisson/redisson 3 years ago
Nikita Koksharov 56898d0595 import fixed 3 years ago
Nikita Koksharov 41afa6499c
Update README.md 3 years ago
Nikita Koksharov fe322bac9f
Update README.md 3 years ago
Nikita Koksharov 5e928fbabb
Update README.md 3 years ago
Nikita Koksharov 48017daa62 Feature - quarkus.redisson.file setting added to define external Redisson config file. #3861 3 years ago
Nikita Koksharov 06e370897e Fixed - codec is not applied to RBuckets.set() method in non Cluster mode. #3913 3 years ago
Nikita Koksharov 722dfa5b3b quarkus updated 3 years ago
Nikita Koksharov c5f9894aec javadocs fixed 3 years ago
Nikita Koksharov 6bb3332996 Fixed - recovered slave shouldn't be added again in Redis Cluster mode. #3871 3 years ago
Nikita Koksharov 92254e695d Fixed - releaseConnection may cause StackOverflowError #3895 3 years ago
Nikita Koksharov fc711f87a2 Fixed - MOVED response with hostname isn't handled properly #3880 3 years ago
Nikita Koksharov 1c15a5bb8f Fixed - RStream.readGroup() method throws IndexOutOfBoundsException if group has a message without data. #3880 3 years ago
Nikita Koksharov 0bc3705881 Fixed - don't retry non-idempotent operations which were successfully sent. #3850 3 years ago
Nikita Koksharov 586197e2a7 Improvement - optimization of ClusterConnectionManager.checkSlaveNodesChange() and ClusterConnectionManager.checkMasterNodesChange() methods. #3886 3 years ago
Nikita Koksharov 46015322bd Fixed - don't retry non-idempotent operations which were successfully sent. #3850 3 years ago
Nikita Koksharov 946491d6ec Merge branch 'master' of github.com:redisson/redisson 3 years ago
Nikita Koksharov 786536c34c Fixed - NPE in CommandPubSubDecoder. #3877 3 years ago
Nikita Koksharov 1acd015e3a
Update README.md 3 years ago
Nikita Koksharov 66b4968867
Update README.md 3 years ago
Nikita Koksharov d6a4bb9e6b
Update README.md 3 years ago
Nikita Koksharov 30f820f67c
Update README.md 3 years ago
Nikita Koksharov 004eaa3355
Update README.md 3 years ago
Nikita Koksharov 483d678693 Fixed - don't retry non-idempotent operations which were successfully sent. #3850 3 years ago
Nikita Koksharov f09de802e6 Fixed - don't retry non-idempotent operations which were successfully sent. #3850 3 years ago
Nikita Koksharov 134a34a7a1 Merge branch 'master' of github.com:redisson/redisson 3 years ago
Nikita Koksharov 7b3821fe42 Fixed - RExecutorService may execute same task twice at the same time. #3812 3 years ago
Nikita Koksharov abafb2017c
Update README.md 3 years ago
Nikita Koksharov 48e69388b0 Fixed - test dependencies should use appropriate scope. #3863 3 years ago
Nikita Koksharov 906636d1b6 Fixed - RPriorityQueue.add() method uses async method. #3864 3 years ago
Nikita Koksharov 4bc53fd54d Fixed - don't retry non-idempotent operations which were successfully sent. #3850 3 years ago
Nikita Koksharov a6953e9e6e Fixed - don't retry non-idempotent operations which were successfully sent. #3850 3 years ago
Nikita Koksharov ddd5bf40c9 refactoring 3 years ago
Nikita Koksharov 2cd4244922 Feature - sentinelsDiscovery setting added. #3681 3 years ago