Commit Graph

8132 Commits (aa12dc58f2e25da4e0630b132776c40f72dc70ff)
 

Author SHA1 Message Date
Nikita Koksharov aa12dc58f2 [maven-release-plugin] prepare release redisson-3.23.1 2 years ago
Nikita Koksharov 81b06b19fe refactoring 2 years ago
Nikita Koksharov 7b05e728d7 Merge branch 'master' of github.com:redisson/redisson 2 years ago
Nikita Koksharov 9176499fde Improvement - the scope of key event subscriptions reduced for RLiveObjectService object. Now it uses key-space channel. #5180 2 years ago
Nikita Koksharov c63c81414f Improvement - the scope of key event subscriptions reduced for RLocalCachedMap object. Now it uses key-space channel. #5179 2 years ago
Nikita Koksharov 1c6442b6cc
Update README.md 2 years ago
Nikita Koksharov 0a01eea10f Fixed - codecs defined via Spring Native application.properties file can't be recognized during application run. #5135 2 years ago
Nikita Koksharov 8d6d7d32c4 Fixed - retryAttempt setting isn't applied during Redisson startup. #3256 2 years ago
Nikita Koksharov 623225cd61 Merge branch 'master' of github.com:redisson/redisson 2 years ago
Nikita Koksharov 87d7ef7723 Fixed - Unknown property 'quarkus.redisson.*' warnings in quarkus
Fixed - Redisson settings in application.properties can't be used in native mode. #4939
2 years ago
Nikita Koksharov 61c665b976
Update README.md 2 years ago
Nikita Koksharov 1d98d16b43 Fixed - Quarkus 2/3 native image failed to build with Redisson #5132 2 years ago
Nikita Koksharov ac9c78466b Merge branch 'master' of github.com:redisson/redisson 2 years ago
Nikita Koksharov ad3e207294 version updated 2 years ago
Nikita Koksharov 07e048ae10
Update CHANGELOG.md 2 years ago
Nikita Koksharov 9e525e199e
Update CHANGELOG.md 2 years ago
Nikita Koksharov 3ca17bd12b [maven-release-plugin] prepare for next development iteration 2 years ago
Nikita Koksharov c3eb0fce0d [maven-release-plugin] prepare release redisson-3.23.0 2 years ago
Nikita Koksharov e784c05885 Feature - expireEntryIfNotSet(), expireEntries(), expireEntry(), expireEntriesIfNotSet() methods added to RMapCache object. #4951 2 years ago
Nikita Koksharov d9c9d66da0 Merge branch 'master' of github.com:redisson/redisson 2 years ago
Nikita Koksharov 0d7c12f147 Feature - expireEntryIfNotSet(), expireEntries(), expireEntry(), expireEntriesIfNotSet() methods added to RMapCache object. #4951 2 years ago
Nikita Koksharov 07a7b70769
Merge pull request #5160 from redisson/dependabot/maven/redisson-hibernate/com.h2database-h2-2.2.220
Bump h2 from 2.1.210 to 2.2.220 in /redisson-hibernate
2 years ago
dependabot[bot] bfb24f7361
Bump h2 from 2.1.210 to 2.2.220 in /redisson-hibernate
Bumps [h2](https://github.com/h2database/h2database) from 2.1.210 to 2.2.220.
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](https://github.com/h2database/h2database/compare/version-2.1.210...version-2.2.220)

---
updated-dependencies:
- dependency-name: com.h2database:h2
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Nikita Koksharov 62e1def74a edit 2 years ago
Nikita Koksharov e58a08f584
Merge pull request #5150 from zcxsythenew/issue-5148
Bug fix: #5148
2 years ago
Nikita Koksharov a5e560e757 lib updated 2 years ago
Nikita Koksharov 2989df746b lib updated 2 years ago
Nikita Koksharov 66378329c4 test fixed 2 years ago
Guozhang Wu 16b318e6a9 Bug fix: #5148
Signed-off-by: Guozhang Wu <wguozhang@vmware.com>
2 years ago
zcxsythenew 2e34874201
Merge branch 'redisson:master' into issue-5148 2 years ago
Nikita Koksharov 655cb9f8ea Fixed - RExecutorService's task response should be deleted if task was canceled #5157 2 years ago
Nikita Koksharov 448db935a4 Fixed - RExecutorService's task response should be deleted if task was canceled #5157 2 years ago
Nikita Koksharov e97ae41ad4 Fixed - RedisConnection.close() method has private visibility. #5154 2 years ago
Guozhang Wu 5871ad4a70 Bug fix: #5148
Signed-off-by: Guozhang Wu <wguozhang@vmware.com>
2 years ago
Nikita Koksharov 012c99dce3 hibernate upgraded 2 years ago
Nikita Koksharov a42ed9b1fe Fixed - ConcurrentModificationException occasionally thrown during batch execution #5113 2 years ago
Nikita Koksharov b573574db2 Feature - lazyInitialization setting added. #3042 2 years ago
Nikita Koksharov 2d0948ccc3 Fixed - StringIndexOutOfBoundsException is thrown if Redis port isn't defined in configuration. #3315 2 years ago
Nikita Koksharov 15e21f05f5 Fixed - Missed methods implementation of Spring Data Redis module: zRevRangeByLex(), time(TimeUnit), zRemRangeByLex(), zLexCount(), rewriteConfig(), zRangeStoreByLex(), zRangeStoreRevByLex(), zRangeStoreByScore(), zRangeStoreRevByScore(), flushDb(), flushAll(), replicaOf(), replicaOfNoOne() #5144 2 years ago
Nikita Koksharov 493de7a25e Merge branch 'master' of github.com:redisson/redisson 2 years ago
Nikita Koksharov 2666ed255a Fixed - transactional RMap.fastRemove() method throws UnsupportedOperationException. #5131 2 years ago
Nikita Koksharov e625671f5f
Update README.md 2 years ago
Nikita Koksharov 6db2ae02c7
Update README.md 2 years ago
Nikita Koksharov 1893169796
Update README.md 2 years ago
Nikita Koksharov f8f68f617b
Merge pull request #5139 from Pengfei-Lu/fix-5138
Fix "Redis settings in redisson-spring-boot-starter README is deprecated."(#5138)
2 years ago
Pengfei-Lu 999a639c0f Fix #5138.
Signed-off-by: Pengfei-Lu <459360594@qq.com>
2 years ago
Nikita Koksharov 9120ccecb5 refactoring 2 years ago
Nikita Koksharov 751f9f5623 Feature - RBloomFilter contains() and add() methods added with element collection support #5130 2 years ago
Nikita Koksharov a6a7848af5 Fixed - RBloomFilter contains() and add() methods don't return accurate results if false probability is high. #5129 2 years ago
Nikita Koksharov 3cf6f57ea4 refactoring 2 years ago