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 |
Nikita Koksharov
|
e774ae5d21
|
refactoring
|
2 years ago |
Nikita Koksharov
|
86fdde634f
|
Fixed - Incorrect handling "unknown command" response for RTopic operations. #5128
|
2 years ago |
Nikita Koksharov
|
9d1c35d343
|
Feature - RMapCache and RLocalCachedMap should use sharded pubsub in Redis Cluster 7.0+ #5126
|
2 years ago |
Nikita Koksharov
|
a8384dc004
|
Feature - RMapCache and RLocalCachedMap should use sharded pubsub in Redis Cluster 7.0+ #5126
|
2 years ago |
Nikita Koksharov
|
1b1287cb9b
|
Improvement - RMapCache shouldn't emit events if no listeners added #5125
|
2 years ago |
Nikita Koksharov
|
82b0a3fc69
|
version updated
|
2 years ago |
Nikita Koksharov
|
239d5b9c8a
|
Fixed - keepPubSubOrder setting isn't used #5123
|
2 years ago |
Nikita Koksharov
|
33ac54cf89
|
Merge branch 'master' of github.com:redisson/redisson
|
2 years ago |
Nikita Koksharov
|
e760376bdb
|
Fixed - RMultimapCache throws an exception if entry removed before expiration moment. #5120
|
2 years ago |
Nikita Koksharov
|
051ad3b79b
|
Update CHANGELOG.md
|
2 years ago |
Nikita Koksharov
|
f799667778
|
netty updated
|
2 years ago |
Nikita Koksharov
|
6b3993d1e2
|
exception message fixed
|
2 years ago |
Nikita Koksharov
|
ffafe51fa2
|
version updated
|
2 years ago |
Nikita Koksharov
|
ce4eab5514
|
Merge branch 'master' of github.com:redisson/redisson
|
2 years ago |
Nikita Koksharov
|
335f9656fb
|
Fixed - RLiveObjectService.delete(class, id) method doesn't delete indexes. #5114
|
2 years ago |
Nikita Koksharov
|
814de4151d
|
Update CHANGELOG.md
|
2 years ago |