Nikita Koksharov
|
0ca0cf4b57
|
[maven-release-plugin] prepare for next development iteration
|
4 years ago |
Nikita Koksharov
|
8474f11e18
|
[maven-release-plugin] prepare release redisson-3.16.1
|
4 years ago |
Nikita Koksharov
|
a3a75f7bd6
|
test assumptions for Redis 6.2.0 added
|
4 years ago |
Nikita Koksharov
|
12c75c3bbf
|
Improvement - MarshallingCodec and JsonJacksonCodec warmup added
|
4 years ago |
Nikita Koksharov
|
32242d5e23
|
Improvement - MarshallingCodec and JsonJacksonCodec warmup added
|
4 years ago |
Nikita Koksharov
|
674a1cce2e
|
test fixed
|
4 years ago |
Nikita Koksharov
|
dd3cb7c9d8
|
Fixed - Connection leak after command error if Batch executed in REDIS_WRITE_ATOMIC mode
|
4 years ago |
Nikita Koksharov
|
675f9dea91
|
Fixed - Class cast exceptions on CommandsData
|
4 years ago |
Nikita Koksharov
|
34d2e4de3a
|
Fixed - AsyncSemaphore race condition issue. 3703
|
4 years ago |
Nikita Koksharov
|
3f51e5f24f
|
refactoring
|
4 years ago |
Nikita Koksharov
|
28f5d19537
|
Merge pull request #3716 from nomar22/fixRedissonRelease
Fix expiration release
|
4 years ago |
regidio
|
f0dd7daa77
|
checkStyle fix
Signed-off-by: regidio <rafael.egidio@co.pdmfc.com>
|
4 years ago |
regidio
|
eb74e24630
|
release threadId with null to release all threads
Signed-off-by: regidio <rafael.egidio@co.pdmfc.com>
|
4 years ago |
Nikita Koksharov
|
f5ae982096
|
Fixed - nameMapper isn't applied to RTopic object. #3721
|
4 years ago |
Nikita Koksharov
|
860c1a4562
|
Improvement - performance gain for connection pool with few connections. #3704
|
4 years ago |
Nikita Koksharov
|
ed6be441ed
|
checkstyle fixed
|
4 years ago |
Nikita Koksharov
|
82e7beaa27
|
refactoring
|
4 years ago |
Nikita Koksharov
|
313d67dd2b
|
Fixed - Batch in REDIS_WRITE_ATOMIC mode doesn't respect batch settings.
|
4 years ago |
Nikita Koksharov
|
713344fb89
|
Improvement - performance gain for connection pool with few connections. #3704
|
4 years ago |
Nikita Koksharov
|
db65315d60
|
Improvement - performance gain for connection pool with few connections. #3704
|
4 years ago |
Nikita Koksharov
|
36491a3042
|
Fixed - NPE thrown by RedisExecutor
|
4 years ago |
Nikita Koksharov
|
3510d3294f
|
refactoring
|
4 years ago |
regidio
|
cce1979282
|
lock released
Signed-off-by: regidio <rafael.egidio@co.pdmfc.com>
|
4 years ago |
Nikita Koksharov
|
12eaac4018
|
ClientConnectionsEntry reverted
|
4 years ago |
Nikita Koksharov
|
0c82ad99d1
|
Spring boot updated to 2.5.2
|
4 years ago |
Nikita Koksharov
|
2354833ede
|
Fixed - keySet() method of transactional map throws Exception #3697
|
4 years ago |
Nikita Koksharov
|
f7fbb9fbf7
|
Fixed - Reactive Transactions aren't unlocking transactional locks #3697
|
4 years ago |
Nikita Koksharov
|
385556565d
|
checkstyle fixed
|
4 years ago |
Nikita Koksharov
|
548b4e4898
|
Fixed - UndeclaredThrowableException is thrown when cache down while executing RLiveObjectService.get() method #3697
|
4 years ago |
f
|
620f66b04e
|
fix https://github.com/redisson/redisson/issues/3695
Signed-off-by: f <nuonuo.mingfei@outlook.com>
|
4 years ago |
Nikita Koksharov
|
f74d8c0de3
|
[maven-release-plugin] prepare for next development iteration
|
4 years ago |
Nikita Koksharov
|
592e889665
|
[maven-release-plugin] prepare release redisson-3.16.0
|
4 years ago |
Nikita Koksharov
|
a155dde743
|
refactoring
|
4 years ago |
Nikita Koksharov
|
4acdf567d7
|
Merge pull request #3688 from UzimakiNaruto/master
fix ClusterConnectionManager#checkSlotsMigration map slot-partitions bug after re-sharding slots
|
4 years ago |
Nikita Koksharov
|
82f374c901
|
refactoring
|
4 years ago |
f
|
52e42c5f15
|
fix https://github.com/redisson/redisson/issues/3635
Signed-off-by: f <nuonuo.mingfei@outlook.com>
|
4 years ago |
Nikita Koksharov
|
db78bc9da4
|
Fixed - RScheduledExecutorService stops to work if task timeout occurred. #3652
|
4 years ago |
Nikita Koksharov
|
88b0abff7b
|
Merge branch 'master' of github.com:redisson/redisson
|
4 years ago |
Nikita Koksharov
|
627fdde059
|
reactor-test module added
|
4 years ago |
Nikita Koksharov
|
6560ce1031
|
Fixed - RBlockingDequeReactive.takeElements() method does not consume all elements. #3673
|
4 years ago |
Nikita Koksharov
|
4a478e57b8
|
Merge pull request #3664 from redisson/dependabot/maven/redisson/org.apache.tomcat.embed-tomcat-embed-core-8.5.63
Bump tomcat-embed-core from 8.5.61 to 8.5.63 in /redisson
|
4 years ago |
Nikita Koksharov
|
4cee6f8268
|
Fixed - RExpirable.expire(Instant) method doesn't work for RBloomFilter, RBoundedBlockingQueue, RDelayedQueue, RLock, RIdGenerator, RMultimap, RMapCache, RPriorityQueue, RRateLimiter, RReliableTopic, RSetMultimap, RTimeSeries objects. #3660
|
4 years ago |
Nikita Koksharov
|
bd329099ff
|
Fixed - RExpirable.expire(Instant) method doesn't work for RBloomFilter, RBoundedBlockingQueue, RDelayedQueue, RLock, RIdGenerator, RMultimap, RMapCache, RPriorityQueue, RRateLimiter, RReliableTopic, RSetMultimap, RTimeSeries objects. #3660
|
4 years ago |
dependabot[bot]
|
22f70e667e
|
Bump tomcat-embed-core from 8.5.61 to 8.5.63 in /redisson
Bumps tomcat-embed-core from 8.5.61 to 8.5.63.
---
updated-dependencies:
- dependency-name: org.apache.tomcat.embed:tomcat-embed-core
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
Nikita Koksharov
|
f587a6e481
|
Fixed - Conditions.in() doesn't work if defined in Conditions.and() #3637
|
4 years ago |
Nikita Koksharov
|
f85a7b434b
|
Fixed - RKeysReactive.getKeysByPattern() returns wrong result. #3648
|
4 years ago |
Nikita Koksharov
|
9d7a90b704
|
Fixed - RBatch object in REDIS_WRITE_ATOMIC or REDIS_READ_ATOMIC mode can be corrupted by PING command. #3634
|
4 years ago |
Nikita Koksharov
|
12085f848c
|
checkstyle fixed
|
4 years ago |
Nikita Koksharov
|
be1aab252b
|
Fixed - Redisson shutdown takes much time after RBatch execution #3653
|
4 years ago |
Nikita Koksharov
|
f731eb10de
|
Feature - Helidon CDI integration. #3649
|
4 years ago |