Commit Graph

8116 Commits (3ca17bd12b11b874f3aff2cffba7f344bdc1b5d3)
 

Author SHA1 Message Date
Nikita Koksharov d1abb1b8ed
Update CHANGELOG.md 2 years ago
Nikita Koksharov 21b602f76f [maven-release-plugin] prepare for next development iteration 2 years ago
Nikita Koksharov 6664dfb0d4 [maven-release-plugin] prepare release redisson-3.22.1 2 years ago
Nikita Koksharov 948a191ae9 refactoring 2 years ago
Nikita Koksharov 66329aeeb9 refactoring 2 years ago
Nikita Koksharov e0a510bf26 Fixed - collection fields aren't deleted when RLiveObject expires or is deleted. #5103 2 years ago
Nikita Koksharov 329de345f1 Merge branch 'master' of github.com:redisson/redisson 2 years ago
Nikita Koksharov 9710c095ff Fixed - map index entry isn't deleted when RLiveObjectService expires. #5103
Fixed - RMultimap.fastRemoveValue() doesn't delete entry completely if no values retain.
2 years ago
Nikita Koksharov 997e80f4e8
Merge pull request #5111 from redisson/dependabot/maven/redisson/org.xerial.snappy-snappy-java-1.1.10.1
Bump snappy-java from 1.1.9.1 to 1.1.10.1 in /redisson
2 years ago
Nikita Koksharov 174784bf5f
Merge pull request #5110 from redisson/dependabot/maven/redisson-all/org.xerial.snappy-snappy-java-1.1.10.1
Bump snappy-java from 1.1.9.1 to 1.1.10.1 in /redisson-all
2 years ago
dependabot[bot] c1a19b928b
Bump snappy-java from 1.1.9.1 to 1.1.10.1 in /redisson
Bumps [snappy-java](https://github.com/xerial/snappy-java) from 1.1.9.1 to 1.1.10.1.
- [Release notes](https://github.com/xerial/snappy-java/releases)
- [Commits](https://github.com/xerial/snappy-java/compare/v1.1.9.1...v1.1.10.1)

---
updated-dependencies:
- dependency-name: org.xerial.snappy:snappy-java
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot] e52e8d1491
Bump snappy-java from 1.1.9.1 to 1.1.10.1 in /redisson-all
Bumps [snappy-java](https://github.com/xerial/snappy-java) from 1.1.9.1 to 1.1.10.1.
- [Release notes](https://github.com/xerial/snappy-java/releases)
- [Commits](https://github.com/xerial/snappy-java/compare/v1.1.9.1...v1.1.10.1)

---
updated-dependencies:
- dependency-name: org.xerial.snappy:snappy-java
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Nikita Koksharov f75907da56
Merge pull request #5108 from wynn5a/master
Fixed: issue #5098 - RRateLimiter#setRate does not behave as expected
2 years ago
Nikita Koksharov 90ffec193c Feature - LocalCachedMapOptions.cacheSize = -1 should disable data storage #5109 2 years ago
wynn5a 15178f6b2d Fixed: issue #5098 - RRateLimiter#setRate does not behave as expected when RateType is pre_client
Signed-off-by: wynn5a <winminy@163.com>
2 years ago
Nikita Koksharov 2d049b32cc refactoring 2 years ago
Nikita Koksharov f770c86fe0 Merge branch 'master' of github.com:redisson/redisson 2 years ago
Nikita Koksharov cef817fe0e Fixed - RSearch.search() method throws "Parameters must be specified in PARAM VALUE pairs" error #5106 2 years ago
Nikita Koksharov 66fcfa5642
Merge pull request #5100 from wynn5a/master
Fix ClassCastException from MonoNext to Flux
2 years ago
wynn5a 2ef67fef1a Fixed: check style issue
Signed-off-by: wynn5a <winminy@163.com>
2 years ago
LearningBot 318c0cb7be
Merge branch 'redisson:master' into master 2 years ago
Nikita Koksharov f398185925
Update README.md 2 years ago
wynn5a ae9dddd574 Fixed: issue #5094 - java.lang.ClassCastException:MonoNext cannot be cast to class Flux
Signed-off-by: wynn5a <winminy@163.com>
2 years ago
LearningBot 6e56ee3788
Merge branch 'redisson:master' into master 2 years ago
Nikita Koksharov a9da4b686a
Merge pull request #5099 from vladimirkl/bugix/spin-lock
Fixed wait time handling in RedissonSpinLock #5002
2 years ago
vladimirkl 295dec1a2a Fixed wait time handling in RedissonSpinLock #5002
Signed-off-by: vladimirkl <72238+vladimirkl@users.noreply.github.com>
2 years ago
LearningBot ff8f8beccc remove unnecessary generic type definition in RedissonLock.java
Signed-off-by: wynn5a <winminy@163.com>
2 years ago
Nikita Koksharov 5581a0d0e5 Fixed - Default getCache method checks for Object class equality (thanks @agupta-hw) #5089 2 years ago
Nikita Koksharov 4e6bc2bd3d javadocs fixed 2 years ago
Nikita Koksharov 4952c80c98 Feature - inactive property added to StreamConsumer object #5093 2 years ago
Nikita Koksharov 30ba066050 Feature - maxDeletedEntryId, entriesAdded, recordedFirstEntryId properties added to StreamInfo object #5092 2 years ago
Nikita Koksharov 066b5f2bb6 migration to junit 5 2 years ago
Nikita Koksharov 6e668db5d3 Feature - Micronaut Session store should use sharded pubsub in Redis Cluster 7.0+ #5090 2 years ago
Nikita Koksharov db34f65c0e deprecated 2 years ago
Nikita Koksharov 978251023f deprecated 2 years ago
Nikita Koksharov 2f4e77de1a Feature - Apache Tomcat Manager should use sharded pubsub in Redis Cluster 7.0+ #5090 2 years ago
Nikita Koksharov a7452d6b88 Merge branch 'master' of github.com:redisson/redisson 2 years ago
Nikita Koksharov 0a0e525296 refactoring 2 years ago
Nikita Koksharov e9505f7973
Update README.md 2 years ago
Nikita Koksharov 998ff21371 Fixed - RScoredSortedSet.distributedIterator() doesn't work (regression since 3.21.0) 2 years ago
Nikita Koksharov 4663fcdba8 refactoring 2 years ago
Nikita Koksharov cd4c603de5 Merge branch 'master' of github.com:redisson/redisson 2 years ago
Nikita Koksharov 943405274c Fixed - Memory leak if RLocalCachedMap created with storeMode=LOCALCACHE and syncStrategy=UPDATE params #5086 2 years ago
Nikita Koksharov a1b16cc916
Update CHANGELOG.md 2 years ago
Nikita Koksharov 425f2f054d Merge branch 'master' of github.com:redisson/redisson 2 years ago
Nikita Koksharov 432c03620f version updated 2 years ago
Nikita Koksharov f604804b07
Update CHANGELOG.md 2 years ago
Nikita Koksharov 4bf7ccba19 [maven-release-plugin] prepare for next development iteration 2 years ago
Nikita Koksharov 45aefeb80a [maven-release-plugin] prepare release redisson-3.22.0 2 years ago
Nikita Koksharov 0e6499fb71 libs updated 2 years ago