Nikita Koksharov
|
69f3a1a809
|
Merge branch 'master' of github.com:redisson/redisson
|
4 years ago |
Nikita Koksharov
|
a7cd31572a
|
Fixed - RMap.computeIfPresent() doesn't update mutable objects. #3567
|
4 years ago |
Nikita Koksharov
|
5620879d6b
|
Merge pull request #3566 from redisson/dependabot/maven/redisson-mybatis/org.mybatis-mybatis-3.5.6
Bump mybatis from 3.5.3 to 3.5.6 in /redisson-mybatis
|
4 years ago |
dependabot[bot]
|
963793e574
|
Bump mybatis from 3.5.3 to 3.5.6 in /redisson-mybatis
Bumps [mybatis](https://github.com/mybatis/mybatis-3) from 3.5.3 to 3.5.6.
- [Release notes](https://github.com/mybatis/mybatis-3/releases)
- [Commits](https://github.com/mybatis/mybatis-3/compare/mybatis-3.5.3...mybatis-3.5.6)
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
Nikita Koksharov
|
893c85d168
|
Fixed - touch(), mDel(), mUnlink(), expire(), pExpire(), expireAt(), pExpireAt(), persist() methods of ReactiveKeyCommands interface should be executed as write operation. #3564
|
4 years ago |
Nikita Koksharov
|
2a858b0826
|
Fixed - MapReduce timeout isn't applied if ExecutorService node is down. #3347
|
4 years ago |
Nikita Koksharov
|
63544d42f9
|
refactoring
|
4 years ago |
Nikita Koksharov
|
2b02b24f62
|
Merge branch 'master' of github.com:redisson/redisson
|
4 years ago |
Nikita Koksharov
|
00ed5ff3dc
|
Fixed - Redisson tries reconnect to Redis nodes which marked as shutdown by topology manager. #3560
|
4 years ago |
Nikita Koksharov
|
417812b0b5
|
Merge pull request #3562 from testower/jcache-leak
fix: release ByteBuf causing leak
|
4 years ago |
Tom Erik Støwer
|
db83106bc0
|
fix: release ByteBuf causing leak. solves #3561
Signed-off-by: Tom Erik Støwer <testower@gmail.com>
|
4 years ago |
Nikita Koksharov
|
4078382804
|
Update README.md
|
4 years ago |
Nikita Koksharov
|
fef4c1cde9
|
Update CHANGELOG.md
|
4 years ago |
Nikita Koksharov
|
45bf033c30
|
[maven-release-plugin] prepare for next development iteration
|
4 years ago |
Nikita Koksharov
|
b211cb2d9e
|
[maven-release-plugin] prepare release redisson-3.15.4
|
4 years ago |
Nikita Koksharov
|
42967e2f63
|
Improvement - spring and mybatis cache should read data from Redis slave if idleTime and cache size weren't specified.
|
4 years ago |
Nikita Koksharov
|
b0bb603675
|
JCache tests fixed
|
4 years ago |
Nikita Koksharov
|
61db17a7c1
|
Merge branch 'master' of github.com:redisson/redisson
|
4 years ago |
Nikita Koksharov
|
86f5dfd581
|
Feature - getWithTTLOnly() method to RMapCache object #3558
Feature - add method to update ttl and idleTime of entry by key. #3423
|
4 years ago |
Nikita Koksharov
|
cf48a38f4b
|
Update README.md
|
4 years ago |
Nikita Koksharov
|
b19f30c567
|
Improvement - hibernate cache should read data from Redis slave if idleTime and cache size weren't specified. #2981
|
4 years ago |
Nikita Koksharov
|
c94e6d668f
|
Feature - getWithTTLOnly() method to RMapCache object #3558
|
4 years ago |
Nikita Koksharov
|
94a6f836b6
|
refactoring
|
4 years ago |
Nikita Koksharov
|
513734185d
|
Feature - add method to update ttl and idleTime of entry by key. #3423
|
4 years ago |
Nikita Koksharov
|
43c90ef733
|
refactoring
|
4 years ago |
Nikita Koksharov
|
b48e35857c
|
Feature - getSigned(), setSigned(), incrementAndGetSigned(), getUnsigned(), setUnsigned(), incrementAndGetUnsigned() methods added to RBitSet. #3540
|
4 years ago |
Nikita Koksharov
|
c0d3c0a9d5
|
refactored
|
4 years ago |
Nikita Koksharov
|
ac5b0cba06
|
Fixed - ClusterConnectionManager.checkMasterNodesChange() throws NPE. #3541
|
4 years ago |
Nikita Koksharov
|
e49be34ce4
|
Fixed - ClusterConnectionManager.upDownSlaves() throws ConcurrentModificationException exception. #3553
|
4 years ago |
Nikita Koksharov
|
87b9e7e604
|
Merge branch 'master' of github.com:redisson/redisson
|
4 years ago |
Nikita Koksharov
|
209b35169c
|
Merge pull request #3531 from testower/jcache-oldvalue
feature: implement oldValue in jcache
|
4 years ago |
Nikita Koksharov
|
9c090e223a
|
Merge pull request #3554 from lxk696/master
Update RedissonRateLimiter.java
|
4 years ago |
Nikita Koksharov
|
5b765a4864
|
refactoring
|
4 years ago |
LiuXiongKang
|
eb69868858
|
Update RedissonRateLimiter.java
removed meaningless struct.unpack() calls in lua script
Signed-off-by: lxk-ecs <69671710@qq.com>
|
4 years ago |
Tom Erik Støwer
|
488e89a720
|
Call hget only when needed
Signed-off-by: Tom Erik Støwer <testower@gmail.com>
|
4 years ago |
Nikita Koksharov
|
40ffeeb05d
|
Merge branch 'master' of github.com:redisson/redisson
|
4 years ago |
Nikita Koksharov
|
a4f4879cce
|
redisson module uses JUnit 5
|
4 years ago |
Tom Erik Støwer
|
5b241213a9
|
Update message should indicate to decoder whether they contain old value
Signed-off-by: Tom Erik Støwer <testower@gmail.com>
|
4 years ago |
Tom Erik Støwer
|
6f034cfaaf
|
Cleanup
Signed-off-by: Tom Erik Støwer <testower@gmail.com>
|
4 years ago |
Tom Erik Støwer
|
2368033d19
|
Take into account that if some listeners expect old value, then all listeners must handle it in decoding
Signed-off-by: Tom Erik Støwer <testower@gmail.com>
|
4 years ago |
Tom Erik Støwer
|
fe64f1d442
|
Implement remaining methods
Signed-off-by: Tom Erik Støwer <testower@gmail.com>
|
4 years ago |
Tom Erik Støwer
|
f273abe856
|
Rename counter
Signed-off-by: Tom Erik Støwer <testower@gmail.com>
|
4 years ago |
Tom Erik Støwer
|
c279e51471
|
Rename methods
Signed-off-by: Tom Erik Støwer <testower@gmail.com>
|
4 years ago |
Tom Erik Støwer
|
d20985b6bd
|
draft counter implementation to track if old value is required in pubsub message
Signed-off-by: Tom Erik Støwer <testower@gmail.com>
|
4 years ago |
Tom Erik Støwer
|
b25313bcd0
|
feature: implement oldValue in jcache
Signed-off-by: Tom Erik Støwer <testower@gmail.com>
|
4 years ago |
Nikita Koksharov
|
549c310204
|
Update README.md
|
4 years ago |
Nikita Koksharov
|
2a6c627643
|
Feature - nameMapper setting added. #3103
|
4 years ago |
Nikita Koksharov
|
88904bcfaa
|
Update README.md
|
4 years ago |
Nikita Koksharov
|
3ad1d1df59
|
Update README.md
|
4 years ago |
Nikita Koksharov
|
394c7d3767
|
Update README.md
|
4 years ago |