Commit Graph

7285 Commits (9eebb93028978bc4eacba352edfed6982b0400c1)
 

Author SHA1 Message Date
Nikita Koksharov 0014642ac3 Feature - added RScoredSortedSet.pollFirst() pollLast() methods with timeout and count #4137 3 years ago
Nikita Koksharov b65cdcf903 refactoring 3 years ago
Nikita Koksharov 979f0a0961 Feature - addAllIfLess(), addAllIfGreater(), addAllIfExist(), addAllIfAbsent() methods added to RScoredSortedSet object. #4134 3 years ago
Nikita Koksharov 12f7fedd6f Fixed - RScoredSortedSet.addIfGreater() and RScoredSortedSet.addIfLess() methods always return false. #4102 3 years ago
Nikita Koksharov 5d2d20b9fd Feature - RExpirable.expire(duration) method added. 3 years ago
Nikita Koksharov e71e0b1bf8 Feature - RExpirable.expireTime() method added. #4118 3 years ago
Nikita Koksharov 9343db6c6f Feature - added RTimeSeries.range() rangeReversed() entryRange() entryRangeReversed() method with limit parameter #4119 3 years ago
Nikita Koksharov 8d0ba5918d Fixed - Spring Data Connection in multi mode causes thread stuck #4128 3 years ago
Nikita Koksharov 3c69c8d4c3 Merge branch 'master' of github.com:redisson/redisson 3 years ago
Nikita Koksharov 18fcf99e34 RTimeSeries.putAll test added 3 years ago
Nikita Koksharov 393d33585b refactoring 3 years ago
Nikita Koksharov 84c013d724 refactoring 3 years ago
Nikita Koksharov d9769a120c
Merge pull request #4113 from nicolas-tg-ch/patch-1
SentinelServersConfig: copy username in copy constructor
3 years ago
Nikita Koksharov 40d2e37c1e Improvement - decrease size of allocated data by RPermitExpirableSemaphore 3 years ago
Nikita Koksharov fc0604d7c8 refactoring 3 years ago
nicolas-tg-ch 7e443d3eca SentinelServersConfig: copy username in copy constructor
https://github.com/redisson/redisson/issues/3948 introduced sentinel username, but forgot to copy it in copy constructor. Result: authentication with username and password is not possible because config is always copied in org.redisson.Redisson constructor.
Signed-off-by: Nicolas Herzog <nicolas.herzog@emineo.ch>
3 years ago
Nikita Koksharov d649843210 refactoring 3 years ago
Nikita Koksharov 412dc67176 Feature - add SORT_RO command #4111 3 years ago
Nikita Koksharov 88dd6e3377 refactoring 3 years ago
Nikita Koksharov 7a3a9174cc refactoring 3 years ago
Nikita Koksharov 69d29a6277 Fixed - RTimeSeries doesn't handle same values for different timestamps. #4107 3 years ago
Nikita Koksharov 557b519139 refactoring 3 years ago
Nikita Koksharov c18a508479 tomcat version updated 3 years ago
Nikita Koksharov 0fcb13c35e Fixed - Quarkus environment variables aren't parsed correctly. #4098 3 years ago
Nikita Koksharov 2113f3b69d version updated 3 years ago
Nikita Koksharov 905c047e60 Improvement - RScript read-only cached scripts should be executed on slaves (supported only by Redis 7.0+) 3 years ago
Nikita Koksharov 0b4c94c269 refactoring 3 years ago
Nikita Koksharov bc176f3010 Improvement - read-only cached scripts should be executed on slaves (supported only by Redis 7.0+). #4040 3 years ago
Nikita Koksharov 95b19f1695 refactoring 3 years ago
Nikita Koksharov 99e4e92f9b Merge branch 'master' of github.com:redisson/redisson 3 years ago
Nikita Koksharov f9a6a5e08d refactoring 3 years ago
Nikita Koksharov d38af27e96 refactoring 3 years ago
Nikita Koksharov ce6eed8fdf refactoring 3 years ago
Nikita Koksharov 5079cb8462 refactoring 3 years ago
Nikita Koksharov b0dad6ddc1 SnappyCodec is deprecated 3 years ago
Nikita Koksharov e515f16451 tests fixed 3 years ago
Nikita Koksharov d7819844ef
Merge pull request #4091 from randomVariable2/issue/4086
Check expiration before release in RedissonPermitExpirableSemaphore
3 years ago
Nikita Koksharov b87634bcec refactoring 3 years ago
Nikita Koksharov 31bf43b633 refactoring 3 years ago
Nikita Koksharov 2c25d3241d refactoring 3 years ago
Erhan Ceran ff1a0b41fe Shifted script lines
Signed-off-by: Erhan Ceran <erhanceran@yahoo.com>
3 years ago
Erhan Ceran b1ca5cde93 Add test for expiration before release in RedissonPermitExpirableSemaphore
Signed-off-by: Erhan Ceran <erhanceran@yahoo.com>
3 years ago
Erhan Ceran 3c3e49e985 Check expiration before release in RedissonPermitExpirableSemaphore
Signed-off-by: Erhan Ceran <erhanceran@yahoo.com>
3 years ago
Nikita Koksharov 69329c8dbd Fixed - RedisTimeoutException: Command execution timeout for command: (PING) (regression since 3.16.3) #3867 3 years ago
Nikita Koksharov 52843b1069 Fixed - wrong wait time calculation in RedissonMultiLock lock method causes deadlock . #4050 3 years ago
Nikita Koksharov 3a65be747a Fixed - RedissonLocalCachedMap throws NPE if cache update listener receives message during init. #4096 3 years ago
Nikita Koksharov 94e818c195 javadocs fixed 3 years ago
Nikita Koksharov 69ffee741a Merge branch 'master' of github.com:redisson/redisson 3 years ago
Nikita Koksharov 733c427a5b Feature - TransactionalOperation.syncSlaves setting added #4083 3 years ago
Nikita Koksharov ad0db68fb9
Merge pull request #3385 from lanicc/fix-gitignore
Remove duplicate items in `.gitignore`
3 years ago