Commit Graph

10076 Commits (e2e50c446a44388e4859e9baebd642661a7c1d31)
 

Author SHA1 Message Date
Nikita Koksharov abd7b5ee55 timeout added 3 months ago
Nikita Koksharov 5ff655a899
Update README.md 3 months ago
Nikita Koksharov 5d9a0fc1c7
Merge pull request #6300 from davidreis97/multimap-fast-replace-values
Add fastReplaceValuesAsync and fastReplaceValues to RMultimap and its implementations.
3 months ago
David Reis 9a10011263 Add fastReplaceValuesAsync and fastReplaceValues to RMultimap and its implementations.
Is faster than replaceValues and replaceValuesAsync by not returning the new values.

Signed-off-by: David Reis <david.alex.reis.97@gmail.com>
3 months ago
Nikita Koksharov 1ab8c27181 Fixed - Quarkus native build requires Snappy library. #6296 3 months ago
Nikita Koksharov 321bca7710 Fixed - Quarkus 3.14+ compatibility 3 months ago
Nikita Koksharov 27e62cd6ef Fixed - configuration parsing fixed in Quarkus 3.14+ 3 months ago
Nikita Koksharov 48bbe57f2e micronaut upgraded 3 months ago
Nikita Koksharov 2a3efb8598 Merge branch 'master' of github.com:redisson/redisson 3 months ago
Nikita Koksharov 724ac33f2b Added getLocalCachedMapCache method 3 months ago
Nikita Koksharov 9c204892bf
Merge pull request #6299 from seakider/feat_atomic_compare_set
Feature - Atomic class add greaterThanSet and lessThanSet method
3 months ago
Nikita Koksharov 8fc04158d8 Added getLocalCachedMapCache method 3 months ago
seakider 9b7865448d Feature - Atomic class add greaterThanSet and lessThanSet method
modify method name

Signed-off-by: seakider <seakider@gmail.com>
3 months ago
seakider 5f993143c6 Feature - Atomic class add greaterThanSet and lessThanSet method
modify method name

Signed-off-by: seakider <seakider@gmail.com>
3 months ago
seakider b00df2aa89 Fix - remove redundant import
Signed-off-by: seakider <seakider@gmail.com>
3 months ago
seakider 96ff0ec7c6 Feature - modify return type of method greaterThanSet and lessThanSet
Signed-off-by: seakider <seakider@gmail.com>
3 months ago
seakider 993059fcc6 Feature - Atomic class add greaterThanSet and lessThanSet method
Signed-off-by: seakider <seakider@gmail.com>
3 months ago
Nikita Koksharov fd33f69bc4 Spring Boot upgraded to 3.4.0 3 months ago
Nikita Koksharov fa78ab2850 Merge branch 'master' of github.com:redisson/redisson 3 months ago
Nikita Koksharov cbec6818a3 Feature - Spring Data Redis 3.4.x module added 3 months ago
Nikita Koksharov 986aa565ef Feature - Spring Data Redis 3.4.x module added 3 months ago
Nikita Koksharov f486208d96
Merge pull request #6295 from seakider/fix_bitset_length
Fixed - method lengthAsync of RedissonBitSet
3 months ago
Nikita Koksharov a0604af095
Merge pull request #6293 from redisson/dependabot/maven/redisson-tomcat/redisson-tomcat-11/org.apache.tomcat-tomcat-jasper-11.0.1
Bump org.apache.tomcat:tomcat-jasper from 11.0.0 to 11.0.1 in /redisson-tomcat/redisson-tomcat-11
3 months ago
seakider 10d9673e7b Fixed - method length return unexpected value and caused RedisException in some case
Signed-off-by: seakider <seakider@gmail.com>
3 months ago
dependabot[bot] 9e40212706
Bump org.apache.tomcat:tomcat-jasper
Bumps org.apache.tomcat:tomcat-jasper from 11.0.0 to 11.0.1.

---
updated-dependencies:
- dependency-name: org.apache.tomcat:tomcat-jasper
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
3 months ago
Nikita Koksharov ea9941de6d
Merge pull request #6290 from lyrric/Bugfix-6286
Fixed - TypedJsonJacksonCodec should catch Exception #6286
3 months ago
lyrric bd92bf6e35 Fixed - TypedJsonJacksonCodec should catch Exception #6286
Signed-off-by: lyrric <xx20510@163.com>
3 months ago
Nikita Koksharov 347cbe0563 javadocs updated 3 months ago
Nikita Koksharov 09c468794a
Update CHANGELOG.md 3 months ago
Nikita Koksharov 56f7467026
Update CHANGELOG.md 3 months ago
Nikita Koksharov d588e85c41 [maven-release-plugin] prepare for next development iteration 3 months ago
Nikita Koksharov 97a057cc03 [maven-release-plugin] prepare release redisson-3.39.0 3 months ago
Nikita Koksharov 36359bdd1c description fixed 3 months ago
Nikita Koksharov 8dcf73f4a7 Fixed - rename() method does not replace an existing structure in cluster mode. #6280 3 months ago
Nikita Koksharov a9fd899c4a Fixed - NPE is thrown if RExecutorService task submitted in GraalVM native image. #6073 3 months ago
Nikita Koksharov 1764880b25 libs updated 3 months ago
Nikita Koksharov f2d81ffc87 Fixed - JsonJacksonCodec doesn't work in GraalVM native image. #4586 3 months ago
Nikita Koksharov 753274bc2a libs updated 3 months ago
Nikita Koksharov d491cd3a7a Fixed - RTransactionRx and RTransactionReactive don't work in GraalVM native image #4833 3 months ago
Nikita Koksharov ce54c0eba2 Fixed - some methods of Reactive and RxJava don't work in GraalVM native image. #4593 3 months ago
Nikita Koksharov 4979254cbf libs updated 3 months ago
Nikita Koksharov 93cefd3285 Fixed - fixed possible race-condition in computeIfAbsent(), computeIfPresent() method of RMap object 3 months ago
Nikita Koksharov ee34f81c18 Fixed - fixed possible race-condition in RMapCache.computeIfAbsent() method 3 months ago
Nikita Koksharov 9aaf0a2f85 Fixed - RMapCache.computeIfAbsentAsync() isn't implemented. #6276 3 months ago
Nikita Koksharov a90000da55 refactoring 4 months ago
Nikita Koksharov e2fba9a6a1 Merge branch 'master' of github.com:redisson/redisson 4 months ago
Nikita Koksharov 1cfb9a3517
Merge pull request #6274 from vlastikcz/master
use CursorId in ScanIteration to avoid long overflow
4 months ago
Vlastimil Kotas 513e1b65bc use CursorId in ScanIteration to avoid long overflow
- Spring Data 3.3 deprecated `long cursorId` in favor of String-backed `CursorId` object to avoid `NumberFormatException` when then cursor ID is bigger than max long
 - more info: https://github.com/spring-projects/spring-data-redis/issues/2796

Signed-off-by: Vlastimil Kotas <vlastimil.kotas@jumio.com>
4 months ago
Nikita Koksharov c3a35d0e1f refactoring 4 months ago
Nikita Koksharov 3813f8a8df refactoring 4 months ago