Commit Graph

7565 Commits (719863d9484be8573f6f2c322fb12d3a5f20d315)
 

Author SHA1 Message Date
Nikita Koksharov 719863d948 Merge branch 'master' of github.com:redisson/redisson
Nikita Koksharov 7627cb441d Fixed - pubsub/updates broken after AWS Elasticache cluster failover.
Nikita Koksharov 3988343eab
Merge pull request from kscaldef/patch-1
Fix bug in trySetPermitsAsync of RedissonPermitExpirableSemaphore
Nikita Koksharov 9bdc2961af zRangeStore method implementation
Nikita Koksharov 8398a8cf22 libs updated
Nikita Koksharov aa9051dd6a Fixed - hRandFieldWithValues() and hRandField() methods of Spring Data Redis module throw ClassCastException.
Kevin Scaldeferri 08e998a3de Fix bug in trySetPermitsAsync of RedissonPermitExpirableSemaphore
Fixes https://github.com/redisson/redisson/issues/4678 via the analogous change to 011be4160a in RedissonSemaphore

Signed-off-by: Kevin Scaldeferri <kevin@scaldeferri.com>
Nikita Koksharov 1de67f7388 tests fixed
Nikita Koksharov c8f8bb417e Fixed - RKeys doesn't use nameMapper.
Nikita Koksharov ab40499ce4 Merge branch 'master' of github.com:redisson/redisson
# Conflicts:
#	redisson-spring-data/redisson-spring-data-30/src/main/java/org/redisson/spring/data/connection/RedissonConnection.java
Nikita Koksharov 00fd9c5824 Feature - Spring Data Redis 3.0 implementation
Nikita Koksharov 4dfafc722a Feature - Spring Data Redis 3.0 implementation
Nikita Koksharov d0c0187dca Merge branch 'master' of github.com:redisson/redisson
Nikita Koksharov 25ff54081a Fixed - RKeys doesn't use nameMapper.
Nikita Koksharov a3a13874ea
action versions updated
Nikita Koksharov 50b9de1808
codeql-action updated
Nikita Koksharov 3e2720d981
JDK updated to 17
Nikita Koksharov 9f842204a5
JDK updated to 17
Nikita Koksharov bd25024072 Merge branch 'master' of github.com:redisson/redisson
Nikita Koksharov 0cfc250e74 Fixed - connection leak after master failover
Nikita Koksharov 66390899ea
Update README.md
Nikita Koksharov 5966905f1b Merge branch 'master' of github.com:redisson/redisson
Nikita Koksharov 7e51a7d7b3 version updated
Nikita Koksharov f3b9dafd77
Update README.md
Nikita Koksharov db2c3a8276
Update CHANGELOG.md
Nikita Koksharov c55046879d [maven-release-plugin] prepare for next development iteration
Nikita Koksharov be42cae9e7 [maven-release-plugin] prepare release redisson-3.18.0
Nikita Koksharov ce737bcefc libs updated
Nikita Koksharov dc0c75d494
Merge pull request from Tanky-Zhang/master
RateLimiterConfig should have  default values
Nikita Koksharov 746f97dd25 snakeyaml lib updated
Nikita Koksharov 4c6ef75d0f Fixed - RDoubleAdder and RLongAdder don't work with nameMapper
Nikita Koksharov edd644ccba Fixed - RedissonBlockingQueue should return null if negative timeout defined.
Nikita Koksharov 6036cdeb71 license added
Nikita Koksharov 6a2d97f15b
Merge pull request from Malax/malax/bump-jackson
Bump jackson-bom to 2.13.4.20221013 (upgrade to jackson-databind 2.13.4.2)
Nikita Koksharov b5d2afa942
Merge pull request from hgs-study/master
Added testing redis binary path for  Mac OS
Nikita Koksharov 013e660ffb Feature - Rx and Reactive interfaces for RLocalCachedMap object.
Nikita Koksharov f3ed239972 Fixed - RedissonLocalCachedMap. clearLocalCacheAsync() method shouldn't retain semaphore after invocation.
hgs 874602b38e Added Redis Mac OS Binary Path
Signed-off-by: hgs <hgsssss@zuminternet.com>
Nikita Koksharov e48fd7d90f Fixed - Spring Data Redis methods weren't implemented: zRandMember(), zRandMemberWithScore(), zPopMin(), bZPopMin(), zPopMax(), bZPopMax(), zMScore(), zDiff(), zDiffWithScores(), zDiffStore(), zInter(), zInterWithScores(), zUnion(), zUnionWithScores(), hRandField(), hRandFieldWithValues(), copy(), lMove(), bLMove(), lPop(), rPop(), sMIsMember(), getEx(), getDel()
Nikita Koksharov 96da883f0f Fixed - Attempts to connect to the failed master after failover in cluster mode
Nikita Koksharov c60b275de7 Fixed - RMapCache MapEntryListener doesn't work with nameMapper
Nikita Koksharov 6cb50a747b license header added
Nikita Koksharov 873afbf9c2 Merge branch 'master' of github.com:redisson/redisson
Nikita Koksharov 7ffda72c28 javadocs updted
Nikita Koksharov ac9a4ad375 Fixed - RJsonBucket.getKeys() method doesn't user path param
Nikita Koksharov 94b08c23d7 Deprecated
Nikita Koksharov 34bcddc012
Merge pull request from olivierboudet/issue-4328/spring-boot-3
compatibility for spring boot 3
Nikita Koksharov 45e9dce821 refactoring
Olivier Boudet dbc6d91bed compatibility for spring boot 3
Signed-off-by: Olivier Boudet <olivier.boudet@cooperl.com>
Nikita Koksharov f053131438 Feature - labels support for RTimeSeries object.