Commit Graph

9294 Commits (b3a5e5e27eaf0f23a184d45b8a908c52427e475b)
 

Author SHA1 Message Date
Nikita Koksharov 4a849af9b3 Fixed - org.redisson.spring.data.connection.RedissonConnectionFactory.getSentinelConnection() method throws error on the first offline sentinel
Nikita Koksharov 6bfd7c978d refactoring
Nikita Koksharov 86c889204a Merge branch 'master' of github.com:redisson/redisson
Nikita Koksharov 5d354a27cc lib updated
Nikita Koksharov 39e6958077
Update README.md
Nikita Koksharov 3a3efbd47e
Update README.md
Nikita Koksharov 2408c3aacd
Update README.md
Nikita Koksharov 6fabde9f7e readme updated
Nikita Koksharov 3b30688be4 javadocs fixed
Nikita Koksharov 0792155837 Fixed - read mode = SLAVE isn't applied for RSet.random() methods.
Nikita Koksharov ef90ee11ec test fixed
Nikita Koksharov 3fb2b97edd refactoring
Nikita Koksharov e3bb1aa390 test fixed
Nikita Koksharov e63ee80872 test fixed
Nikita Koksharov 035a7cc0a3 description updated
Nikita Koksharov a403a27bb9 test fixed
Nikita Koksharov 4011dc7eed Fixed - Keyspace notifications should be listened only on master nodes
Nikita Koksharov fc80806ad0 Fixed - RListMultimap.removeAll() method always deletes link to list
Nikita Koksharov 27a03c8d31 refactoring
Nikita Koksharov e7580b62d9 Fixed - RLockReactive methods don't work in native image.
Nikita Koksharov bc684cb381
Merge pull request from MartinEkInsurely/shutdown-timeout-5795
Correctly update shutdown timeout after each step in connection manager shutdown
Nikita Koksharov 1ff8cb3ad3
Update CONTRIBUTING.md
Nikita Koksharov 7d86479757 refactoring
Nikita Koksharov c1e597cb68 Merge branch 'master' of github.com:redisson/redisson
Nikita Koksharov dc9f0e3035
Merge pull request from ghollies/retry-NOREPLICAS-upstream
Allow retry of NOREPLICAS error
Gabriel Hollies b7799c4440 Allow retry of NOREPLICAS error
* During a failover event where a new redis master is being promoted
  there is a period of time before the slaves begin to follow the new
  master. This can lead to write calls failing with NOREPLICAS. This
  usually happens when min-slaves-to-write is configured as non 0.
* This error could occur for a misconfiguration, and reties wouldnt
  help, but we have found that in practice we see failed writes on
  most failovers due to this error, and a treating it as retryable
  would have prevented those exception cases.

Signed-off-by: Gabriel Hollies <gabriel.hollies@appian.com>
Martin Ek 2ea7c51024
Correctly update shutdown timeout after each step in connection manager shutdown
Signed-off-by: Martin Ek <martin.ek@insurely.com>
Nikita Koksharov 7b29c420de
Update README.md
Nikita Koksharov 559f513a9c
Update README.md
Nikita Koksharov 89bbcc6ce7 refactoring
Nikita Koksharov e3a851a9e0 refactoring
Nikita Koksharov 189e07f871 Merge branch 'master' of github.com:redisson/redisson
Nikita Koksharov 5ae746dcc6 Fixed - broken tck JCache tests
Nikita Koksharov 852ff16e39 refactoring
Nikita Koksharov 26fcf78e7d
Update README.md
Nikita Koksharov 69f7bc2c94 version updated
Nikita Koksharov ac13dfbf1f refactoring
Nikita Koksharov 1f57d87084 Fixed - not all sentinels defined in the configuration are registered
Nikita Koksharov 4b27f623f9 Merge branch 'master' of github.com:redisson/redisson
Nikita Koksharov 3f41f5f77c versions updated
Nikita Koksharov b16409755d
Merge pull request from redisson/dependabot/maven/org.apache.maven.plugins-maven-gpg-plugin-3.2.4
Bump org.apache.maven.plugins:maven-gpg-plugin from 1.6 to 3.2.4
Nikita Koksharov d97ad9be0e
Merge pull request from redisson/dependabot/maven/org.springframework.boot-spring-boot-autoconfigure-3.2.5
Bump org.springframework.boot:spring-boot-autoconfigure from 3.2.4 to 3.2.5
Nikita Koksharov f74a4246d8
Merge pull request from redisson/dependabot/maven/org.springframework.boot-spring-boot-dependencies-3.2.5
Bump org.springframework.boot:spring-boot-dependencies from 3.2.2 to 3.2.5
dependabot[bot] 48f0dcbf43
Bump org.apache.maven.plugins:maven-gpg-plugin from 1.6 to 3.2.4
Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 1.6 to 3.2.4.
- [Release notes](https://github.com/apache/maven-gpg-plugin/releases)
- [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-1.6...maven-gpg-plugin-3.2.4)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-gpg-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 5974373ca2
Bump org.springframework.boot:spring-boot-autoconfigure
Bumps [org.springframework.boot:spring-boot-autoconfigure](https://github.com/spring-projects/spring-boot) from 3.2.4 to 3.2.5.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.4...v3.2.5)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-autoconfigure
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 1715dd08bb
Bump org.springframework.boot:spring-boot-dependencies
Bumps [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 3.2.2 to 3.2.5.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.2...v3.2.5)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Nikita Koksharov b0836e5e91
Update CHANGELOG.md
Nikita Koksharov a02d60a004 [maven-release-plugin] prepare for next development iteration
Nikita Koksharov 49dcea0be6 [maven-release-plugin] prepare release redisson-3.30.0
Nikita Koksharov 6f3acebe56 refactoring