Commit Graph

7975 Commits (ee13c0cd654bd35da26d140d8aa45578b3e0d54a)
 

Author SHA1 Message Date
Nikita Koksharov 5b3d81ff42 old fields and methods were deperecated 2 years ago
Nikita Koksharov fbcc1f6640 javadocs updated 2 years ago
Nikita Koksharov f4d095797c javadocs updated 2 years ago
Nikita Koksharov ae57e31cad Fixed - NodeType added to ConnectionListener methods. #4922 2 years ago
Nikita Koksharov a94560274d refactoring 2 years ago
Nikita Koksharov 28fbb99145
Merge pull request #4931 from redisson/dependabot/maven/redisson/org.springframework-spring-core-6.0.7
Bump spring-core from 6.0.3 to 6.0.7 in /redisson
2 years ago
Nikita Koksharov 894092e658 logs improved 2 years ago
dependabot[bot] 9bd77dab25
Bump spring-core from 6.0.3 to 6.0.7 in /redisson
Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 6.0.3 to 6.0.7.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.3...v6.0.7)

---
updated-dependencies:
- dependency-name: org.springframework:spring-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Nikita Koksharov f788d5a9fe libs updated 2 years ago
Nikita Koksharov cd44105bf0 spring boot updated 2 years ago
Nikita Koksharov 519c4e8e6d CommandsLoadBalancer improvements 2 years ago
Nikita Koksharov 9518492850 Fixed - Unable to init enough connections amount! error. #4896 2 years ago
Nikita Koksharov ccfa6c21d0 netty updated 2 years ago
Nikita Koksharov 65320f76fc Fixed - no retry attempts are made for "None of slaves were synced" error. #4822 2 years ago
Nikita Koksharov 1095441cf0 Fixed - NameMapper is called twice when acquiring a ReadWriteLock #4925 2 years ago
Nikita Koksharov 6dc2002451 Feature - CommandsLoadBalancer added 2 years ago
Nikita Koksharov 7cbd799241 Feature - LoadBalancer.getEntry(List<ClientConnectionsEntry> clientsCopy, RedisCommand<?> redisCommand) method added 2 years ago
Nikita Koksharov 63c0c7a481 tests fixed 2 years ago
Nikita Koksharov 41d2d53ffe Improvement - command should be redirected to a master node if slave node returns LOADING error #4893 2 years ago
Nikita Koksharov 9b91e08e8c Improvement - command should be redirected to a master node if slave node returns LOADING error #4893 2 years ago
Nikita Koksharov a4c4a9f566 Improvement - command should be redirected to a master node if slave node returns LOADING error #4893 2 years ago
Nikita Koksharov a0e47a2402 Improvement - command should be redirected to a master node if slave node returns LOADING error #4893 2 years ago
Nikita Koksharov 1375c39fe7 Fixed - "READONLY You can't write against a read only replica.." is thrown after failover in sentinel mode. #4822 2 years ago
Nikita Koksharov 4b2830fab5 Fixed - continuously attempts of INFO REPLICATION command execution until attempts limit reached by RLock object after failover. #4822 2 years ago
Nikita Koksharov 7b7d837516 Merge branch 'master' of github.com:redisson/redisson 2 years ago
Nikita Koksharov 00b80d9a96 Fixed - Node hasn't been discovered yet error isn't resolved by a new attempt for RBatch and RLock objects #4822 2 years ago
Nikita Koksharov bb1f5f75cc Fixed - RedisClusterDownException, RedisLoadingException, RedisBusyException, RedisTryAgainException, RedisWaitException are thrown by RBatch and RLock objects even if these errors disappeared after new attempts. #4822 2 years ago
Nikita Koksharov b221d0abf4 version updated 2 years ago
Nikita Koksharov 3706c3511d
Update README.md 2 years ago
Nikita Koksharov 3b65566fcd
Update README.md 2 years ago
Nikita Koksharov 5e723db704 micronaut version updated 2 years ago
Nikita Koksharov ed1f8ee188 Fixed - "Unable to init enough connections amount! Only 0 of ... were initialized" error. #4902 2 years ago
Nikita Koksharov f02ea11b98 libs updated 2 years ago
Nikita Koksharov cfe59fa6e9 Fixed - nameMapper isn't applied to some methods of RSet and RScoredSortedSet objects. #4900 2 years ago
Nikita Koksharov 1ed47fd077 Fixed - readUnion(), readDiff() and readIntersection() methods of RSet don't use Redis slave nodes. #4742 2 years ago
Nikita Koksharov a8585d29df version updated 2 years ago
Nikita Koksharov d1566db687
Update CHANGELOG.md 2 years ago
Nikita Koksharov 50ca3abaeb
Update CHANGELOG.md 2 years ago
Nikita Koksharov 3d2b25b60b [maven-release-plugin] prepare for next development iteration 2 years ago
Nikita Koksharov 2ceb758c28 [maven-release-plugin] prepare release redisson-3.20.0 2 years ago
Nikita Koksharov 6862f75efc Fixed - RLock can only be obtained by single redisson node if "None of slaves were synced" error occurred #4822 2 years ago
Nikita Koksharov 438c2f53ab Fixed - keySet(), values(), entrySet() methods of RLocalCachedMap return empty result if storeMode == LOCALCACHE 2 years ago
Nikita Koksharov 013ffa5624 snakeyaml lib updated #4882 2 years ago
Nikita Koksharov 40ef2d0949 javadoc updated 2 years ago
Nikita Koksharov aabceeea77 Fixed - Node hasn't been discovered yet error isn't resolved by a new attempt for RBatch and RLock objects #4822 2 years ago
Nikita Koksharov 63a8f98ec7 Fixed - Node hasn't been discovered yet error isn't resolved by a new attempt for RBatch and RLock objects #4822 2 years ago
Nikita Koksharov 4072cb2d10 Fixed - eventLoopGroup, connectionListener and executor settings can't be defined through YAML configuration #4888 2 years ago
Nikita Koksharov f5f6b0d29a Fixed - RMapCache.addAndGet() doesn't handle Long properly. #4889 2 years ago
Nikita Koksharov dc1efe9821 test fixed 2 years ago
Nikita Koksharov 2d2b4d4980 Fixed - Node hasn't been discovered yet error isn't resolved by a new attempt for RBatch and RLock objects #4822 2 years ago