Commit Graph

8256 Commits (365424cb775e917b185a167d17fdd3de0fb6876a)
 

Author SHA1 Message Date
Nikita Koksharov be4ffed6ef Feature - pollFirstEntries(...) and pollLastEntries(...) methods added to RScoredSortedSet object. #4897 2 years ago
Nikita Koksharov 62a94887a0 refactoring 2 years ago
Nikita Koksharov 75602344df Feature - RScoredSortedSet.entryIterator(...) methods added. #4958 2 years ago
Nikita Koksharov 6477a63d73 Merge branch 'master' of github.com:redisson/redisson 2 years ago
Nikita Koksharov 823c786a19 Feature - RCountDownLatch, RLock, RPermitExpirableSemaphore, RSemaphore objects uses sharded PubSub in Redis Cluster 7.0+. #5047 2 years ago
Nikita Koksharov fced20db06
Merge pull request #5068 from redisson/dependabot/maven/redisson/org.springframework.boot-spring-boot-autoconfigure-3.0.7
Bump spring-boot-autoconfigure from 3.0.2 to 3.0.7 in /redisson
2 years ago
dependabot[bot] d7b4914327
Bump spring-boot-autoconfigure from 3.0.2 to 3.0.7 in /redisson
Bumps [spring-boot-autoconfigure](https://github.com/spring-projects/spring-boot) from 3.0.2 to 3.0.7.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.0.2...v3.0.7)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-autoconfigure
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Nikita Koksharov 52aa237a6b refactoring 2 years ago
Nikita Koksharov 786ac6b67a test fixed 2 years ago
Nikita Koksharov 1ab979a6b9 Fixed - Expired LiveObjects with RIndex annotations retain indexed data. #2625 2 years ago
Nikita Koksharov b985c45115 Fixed - Expired LiveObjects with RIndex annotations retain indexed data. #2625 2 years ago
Nikita Koksharov a46673c1c0 Fixed - RMultimap.fastRemoveValue() method added. #5064 2 years ago
Nikita Koksharov fdc71c8d3c Fixed - RLocalCachedMap local cache isn't cleared after instance expiration. #3969 2 years ago
Nikita Koksharov d9be9605ec Feature - commandName setting added #3998 2 years ago
Nikita Koksharov 3a09aa3566 Feature - commandName setting added #3998 2 years ago
Nikita Koksharov 3e4ea61e54 version updated 2 years ago
Nikita Koksharov 526ae7ac8b Feature - support of the new Redis options for Spring Boot 3.1 #5056 2 years ago
Nikita Koksharov 9fccfc9dda refactoring 2 years ago
Nikita Koksharov 0b360b70d4 Feature - sslCiphers, sslTrustManagerFactory, sslKeyManagerFactory settings added 2 years ago
Nikita Koksharov a2885e15d5 Feature - support of the new Redis options for Spring Boot 3.1 #5056 2 years ago
Nikita Koksharov 3f7109bc9f test fixed 2 years ago
Nikita Koksharov 6e5d1921e8 Feature - RCountDownLatch, RLock, RPermitExpirableSemaphore, RSemaphore objects uses sharded PubSub in Redis Cluster 7.0+. #5047 2 years ago
Nikita Koksharov d4d100f7dc Fixed - RRingBuffer doesn't implement expire(), expireAt(), delete(), clearExpire() methods properly. #5051 2 years ago
Nikita Koksharov 08b7d75885 Feature - rankEntry() and revRankEntry() methods added to RScoredSortedSet object #5052 2 years ago
Nikita Koksharov 27161e7034 jackson updated 2 years ago
Nikita Koksharov d3df87db4c Merge branch 'master' of github.com:redisson/redisson 2 years ago
Nikita Koksharov c7b7080c27 Spring boot updated 2 years ago
Nikita Koksharov e886a7c050 Feature - Spring Data Redis 3.1.0 implementation #5050 2 years ago
Nikita Koksharov 703f3699e6
Update CHANGELOG.md 2 years ago
Nikita Koksharov 2ade59f51c [maven-release-plugin] prepare for next development iteration 2 years ago
Nikita Koksharov ee13c0cd65 [maven-release-plugin] prepare release redisson-3.21.3 2 years ago
Nikita Koksharov ab74f63d7e Merge branch 'master' of github.com:redisson/redisson 2 years ago
Nikita Koksharov a837d55afd Fixed - default retryInterval isn't applied to RBatch object.
Fixed - RBatches no longer respect the default number of retries (regression since 3.21.1) #5031
2 years ago
Nikita Koksharov 6759ccafeb
Update CHANGELOG.md 2 years ago
Nikita Koksharov 5c5653d5b5 [maven-release-plugin] prepare for next development iteration 2 years ago
Nikita Koksharov 5d5bbb8e4d [maven-release-plugin] prepare release redisson-3.21.2 2 years ago
Nikita Koksharov e7b9b21d0b refactoring 2 years ago
Nikita Koksharov bae032a997 refactoring 2 years ago
Nikita Koksharov f4e7419350 codec fixed 2 years ago
Nikita Koksharov 792fb792b8 Merge branch 'master' of github.com:redisson/redisson 2 years ago
Nikita Koksharov 0fd16ee595 refactoring 2 years ago
Nikita Koksharov 8585ca48ad
Merge pull request #5041 from skasj/master
feat: Use the BITFIELD command to enable batch setting for bitsets.
2 years ago
ydymac 1de7388c83 fix: remove Codec
Signed-off-by: ydymac <993248739@qq.com>
2 years ago
ydymac 481b87a7fc feat: Use the BITFIELD command to enable batch setting for bitsets.
Signed-off-by: ydymac <993248739@qq.com>
2 years ago
Nikita Koksharov 583113cc84 Fixed - Pattern Topic messages are missed/duplicated after failover in cluster if channel starts with __keyspace@ and __keyevent@ and subscriptionMode = SLAVE #5039 2 years ago
Nikita Koksharov 94841f601b Fixed - name2entry.remove() invocation should be guarded by lock 2 years ago
Nikita Koksharov 8123f6fd31 Fixed - name2entry.remove() invocation should be guarded by lock 2 years ago
Nikita Koksharov 6034fdc493 Fixed - name2entry.remove() invocation should be guarded by lock 2 years ago
Nikita Koksharov 677e66859c
Merge pull request #5038 from chltns44/master
fix: cause of memory leak name2entry
2 years ago
soon85.choi bae42ed972 If you do not remove the specific key of name2entry, it will cause memory leak. Please review.
Signed-off-by: soon85.choi <soon85.choi@samsung.com>
2 years ago