Commit Graph

7065 Commits (c33240b18c4c6d6a53f1c03c0d79b4d72fcb7c77)
 

Author SHA1 Message Date
Nikita Koksharov c916686a61 refactoring 3 years ago
Nikita Koksharov e2b3973c3d Fixed - synced slaves amount is not checked in RLock object. #3994 3 years ago
Nikita Koksharov 7e5365a501 refactoring 3 years ago
Nikita Koksharov 1f539dcace checkstyle fixed 3 years ago
Nikita Koksharov 715e4db0c5 Fixed - master node shouldn't be initialized as slave in single mode. #4011 3 years ago
Nikita Koksharov f055696473 Fixed - race condition during hostname resolution in sentinel mode which may cause slave shutdown. #4003 3 years ago
Nikita Koksharov 238ce0790e checkstyle fixed 3 years ago
Nikita Koksharov b23c6649cb Fixed - error should be thrown if slaves aren't defined in MasterSlave mode and readMode != MASTER 3 years ago
Nikita Koksharov 1f37c27a45 refactoring 3 years ago
Nikita Koksharov cd1f8ca2b8 Fixed - master node shouldn't be initialized as slave in single mode. #4011 3 years ago
Nikita Koksharov 0762514e06 Fixed - "can't find node" error arise in replicated mode. #4005 3 years ago
Nikita Koksharov aefbe00b81 Merge branch 'master' of github.com:redisson/redisson 3 years ago
Nikita Koksharov d3db83632b refactoring 3 years ago
Nikita Koksharov cc8fbb4b47
Update CHANGELOG.md 3 years ago
Nikita Koksharov 5015de3d5f
Update README.md 3 years ago
Nikita Koksharov d4a2af6613
Update README.md 3 years ago
Nikita Koksharov 3a529e9fdf
Update README.md 3 years ago
Nikita Koksharov a021e319a5
Update README.md 3 years ago
Nikita Koksharov 5542dd0572 [maven-release-plugin] prepare for next development iteration 3 years ago
Nikita Koksharov 47a4255163 [maven-release-plugin] prepare release redisson-3.16.6 3 years ago
Nikita Koksharov 982b68bc0f Merge branch 'master' of github.com:redisson/redisson 3 years ago
Nikita Koksharov bd240669a8 Fixed - race condition causes wrong detection of failed slaves in Replicated mode. #4001 3 years ago
Nikita Koksharov 9a2a71badc
Update README.md 3 years ago
Nikita Koksharov 0fe9a7b371
Update README.md 3 years ago
Nikita Koksharov 3227ab7632
Update README.md 3 years ago
Nikita Koksharov 51985dc961
Update CHANGELOG.md 3 years ago
Nikita Koksharov d82adb42fb [maven-release-plugin] prepare for next development iteration 3 years ago
Nikita Koksharov 4ba3686ca4 [maven-release-plugin] prepare release redisson-3.16.5 3 years ago
Nikita Koksharov a7aa0375f4 spring boot updated 3 years ago
Nikita Koksharov 8eb8efea94 Revert "Fixed - additional check for blocking command added to PingConnectionHandler. #3107"
This reverts commit 1c8bc8981c.
3 years ago
Nikita Koksharov 4c59fd085b Fixed - RedissonConnectionFactory.getReactiveConnection() method of Spring Data Redis module doesn't return RedissonReactiveRedisClusterConnection object in Redis cluster mode. #3992 3 years ago
Nikita Koksharov 48a49be7f9 netty updated 3 years ago
Nikita Koksharov 1c8bc8981c Fixed - additional check for blocking command added to PingConnectionHandler. #3107 3 years ago
Nikita Koksharov c3761c46c9 refactoring 3 years ago
Nikita Koksharov 7168b2a98d Fixed - Mybatis RedissonCache should search redisson.yaml config at root package. #3959 3 years ago
Nikita Koksharov 8de06075fb Fixed - Can't find host in slaves! error after failover with a new IP of master host. #3983 3 years ago
Nikita Koksharov 03129d5c8e refactoring 3 years ago
Nikita Koksharov be55c7b122 Fixed - failed slaves aren't detected in Replicated Mode. #3987 3 years ago
Nikita Koksharov f2eb565496 Fixed - failed slaves aren't detected in Replicated Mode. #3987 3 years ago
Nikita Koksharov 81c034df28 spotbugs turned off 3 years ago
Nikita Koksharov aefb8e1255 refactoring 3 years ago
Nikita Koksharov 96997813de spotbugs updated 3 years ago
Nikita Koksharov 5b9a3b65d3 Fixed - get operation before put may cause inconsistent state of local cache. #3978 3 years ago
Nikita Koksharov 70a55a1cc3
Merge pull request #3977 from cartermc24/master
Fix RList remove with count response when multiple items are removed
3 years ago
Nikita Koksharov cfb1de5063 checkstyle errors fixed 3 years ago
Nikita Koksharov 71c8582d44 Merge branch 'master' of github.com:redisson/redisson 3 years ago
Nikita Koksharov 554415ef3b cron expression replaced with https://github.com/frode-carlsen/cron 3 years ago
Nikita Koksharov dc480ba79e
Merge pull request #3970 from Vorotyntsev/feature-3953/distributed_iterator
Added distributed iterator
3 years ago
Carter McCardwell 37c3a3adbd Fix RList remove with count response
Signed-off-by: Carter McCardwell <carter.mccardwell@airbnb.com>
3 years ago
Danila Varatyntsev e24d75a613 Fixed according to comments
Signed-off-by: Danila Varatyntsev <danila.varatyntsev@xa.epicgames.com>
3 years ago