Commit Graph

9294 Commits (b3a5e5e27eaf0f23a184d45b8a908c52427e475b)
 

Author SHA1 Message Date
Nikita Koksharov b3a5e5e27e Merge branch 'master' of github.com:redisson/redisson 8 months ago
Nikita Koksharov b183227630 Fixed - RListMultimap throws too many results to unpack error 8 months ago
Nikita Koksharov f3f8d863c1 refactoring 8 months ago
Nikita Koksharov 7df2f85eec refactoring 8 months ago
Nikita Koksharov 605b65ae3b
Update CHANGELOG.md 8 months ago
Nikita Koksharov a8daa84e86 [maven-release-plugin] prepare for next development iteration 8 months ago
Nikita Koksharov ac1d1fb44d [maven-release-plugin] prepare release redisson-parent-3.31.0 8 months ago
Nikita Koksharov 4bf4cb13e3 Fixed - Cluster failover handling #5857 8 months ago
Nikita Koksharov 7b2c1895a9 Revert "Fixed - Cluster failover handling #5857"
This reverts commit c86af4ec18.
8 months ago
Nikita Koksharov ee5f9a98fb Feature - Spring Data Redis 3.3.0 integration 8 months ago
Nikita Koksharov 689503a6ca Feature - Spring Boot upgraded to 3.3.0 8 months ago
Nikita Koksharov 67d39781d5 Feature - Spring Data Redis 3.3.0 integration 8 months ago
Nikita Koksharov 85b18b6501 Feature - Spring Data Redis 3.3.0 integration 8 months ago
Nikita Koksharov c86af4ec18 Fixed - Cluster failover handling #5857 8 months ago
Nikita Koksharov 4e6c0be911 Fixed - cluster topology scan shouldn't be stopped by any exception. #5857 8 months ago
Nikita Koksharov b607554a4a Fixed - RedissonSetMultiMap throws too many results to unpack" error. #5903 8 months ago
Nikita Koksharov 277addd78b
Merge pull request #5919 from seakider/fix_append_command
Fixed - append commands error when using batch mode
8 months ago
seakider a2cc02359a Fixed - append commands error when using batch mode
Signed-off-by: seakider <seakider@gmail.com>
8 months ago
Nikita Koksharov 68f6829e7a
Merge pull request #5911 from redisson/dependabot/maven/org.apache.commons-commons-compress-1.26.2
Bump org.apache.commons:commons-compress from 1.26.0 to 1.26.2
8 months ago
Nikita Koksharov faa020f5c9
Merge pull request #5908 from redisson/dependabot/maven/io.projectreactor-reactor-test-3.6.6
Bump io.projectreactor:reactor-test from 3.6.5 to 3.6.6
8 months ago
Nikita Koksharov 979e88110e
Merge pull request #5907 from redisson/dependabot/maven/org.mybatis-mybatis-3.5.16
Bump org.mybatis:mybatis from 3.5.15 to 3.5.16
8 months ago
Nikita Koksharov ac67629666 Merge branch 'master' of github.com:redisson/redisson 8 months ago
Nikita Koksharov cc596bd779 Fixed - ERR unknown command `EVALSHA_RO` error shouldn't be logged. #5913 8 months ago
Nikita Koksharov ffa2e67e57
Update bug_report.yml 8 months ago
Nikita Koksharov 0f3afac9af
Rename bug_report.md to bug_report.yml 8 months ago
Nikita Koksharov e68b67f6d4
Update bug_report.md 8 months ago
Nikita Koksharov 0f7842abcf Fixed - ERR unknown command `EVALSHA_RO` error shouldn't be logged. #5913 8 months ago
Nikita Koksharov c057010ac6 checkstyle fixes 8 months ago
Nikita Koksharov 1a829235eb Merge branch 'master' of github.com:redisson/redisson 8 months ago
Nikita Koksharov 0b316616af Improvement - ThreadLocalRandom replaced with xoshiro256** RNG
Fixed - RRateLimiter loosing permits. #5687
8 months ago
Nikita Koksharov aff2a89439 refactoring 8 months ago
dependabot[bot] f797914c9f
Bump org.apache.commons:commons-compress from 1.26.0 to 1.26.2
Bumps org.apache.commons:commons-compress from 1.26.0 to 1.26.2.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-compress
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
8 months ago
dependabot[bot] 3e5473e2f0
Bump io.projectreactor:reactor-test from 3.6.5 to 3.6.6
Bumps [io.projectreactor:reactor-test](https://github.com/reactor/reactor-core) from 3.6.5 to 3.6.6.
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](https://github.com/reactor/reactor-core/compare/v3.6.5...v3.6.6)

---
updated-dependencies:
- dependency-name: io.projectreactor:reactor-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
8 months ago
dependabot[bot] c482ce1fe0
Bump org.mybatis:mybatis from 3.5.15 to 3.5.16
Bumps [org.mybatis:mybatis](https://github.com/mybatis/mybatis-3) from 3.5.15 to 3.5.16.
- [Release notes](https://github.com/mybatis/mybatis-3/releases)
- [Commits](https://github.com/mybatis/mybatis-3/compare/mybatis-3.5.15...mybatis-3.5.16)

---
updated-dependencies:
- dependency-name: org.mybatis:mybatis
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
8 months ago
Nikita Koksharov 7d30272b39
Merge pull request #5898 from seakider/fix_transbucket_setduration
TransactionalBucket#set(V, Duration), PSETEX is called before MULTI
8 months ago
seakider b1561e1abd Fixed - TransactionalBucket#set(V, Duration), PSETEX is called before MULTI #5561
Signed-off-by: seakider <seakider@gmail.com>
8 months ago
Nikita Koksharov fd94acbf70 Fixed - CommandMapper isn't applied to Lua scripts. #5797 8 months ago
Nikita Koksharov db6e98e4bd Merge branch 'master' of github.com:redisson/redisson 9 months ago
Nikita Koksharov 2cfaffcf3e Improvement - SequentialDnsAddressResolverFactory default concurrencyLevel set to 2 9 months ago
Nikita Koksharov 551ce0391d
Update README.md 9 months ago
Nikita Koksharov 3d71685ee9 test added 9 months ago
Nikita Koksharov 9d724dd66b
Merge pull request #5886 from redisson/dependabot/maven/org.apache.maven.plugins-maven-surefire-plugin-3.2.5
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.0.0 to 3.2.5
9 months ago
Nikita Koksharov 4e2dd99c91
Merge pull request #5885 from redisson/dependabot/maven/org.apache.maven.plugins-maven-failsafe-plugin-3.2.5
Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.0.0 to 3.2.5
9 months ago
Nikita Koksharov 54a3a09b57
Merge pull request #5883 from seakider/fix_connection_release
Fixed - releaseConnection may not execute correctly
9 months ago
seakider df46410df4 Fixed - releaseConnection may not execute correctly. simplified code.
Signed-off-by: seakider <seakider@gmail.com>
9 months ago
dependabot[bot] fdb526cbbe
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.0.0 to 3.2.5
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.0.0 to 3.2.5.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0...surefire-3.2.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
9 months ago
dependabot[bot] d8d129c926
Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.0.0 to 3.2.5
Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.0.0 to 3.2.5.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0...surefire-3.2.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
9 months ago
seakider ef97459b64 Fixed - releaseConnection may not execute correctly
Signed-off-by: seakider <seakider@gmail.com>
9 months ago
Nikita Koksharov f0b08cbdfc
Update README.md 9 months ago
Nikita Koksharov 703f6f57bf Fixed - FairLock methods throw 'attempt to compare nil with number' error #4153 9 months ago