Commit Graph

9646 Commits (87f4a0bf6e0f53cd09589f70c40894167e0961a4)
 

Author SHA1 Message Date
Nikita Koksharov 87f4a0bf6e
Update README.md 6 months ago
Nikita Koksharov 8a36cf67ef
Update README.md 6 months ago
Nikita Koksharov f55463b3ec
Update README.md 6 months ago
Nikita Koksharov 34891ffa64
Update README.md 6 months ago
Nikita Koksharov 395bc36d5f Merge branch 'master' of github.com:redisson/redisson 6 months ago
Nikita Koksharov 2cd651eb61 Fixed - JCache eviction task isn't removed on close() method invocation 6 months ago
Nikita Koksharov 949c904612 refactoring 6 months ago
Nikita Koksharov 41a5780856 Fixed - missed destroy method for RListMultimapCache and RSetMultimapCache objects. #6111 6 months ago
Nikita Koksharov 62b7957a15
Update CHANGELOG.md 6 months ago
Nikita Koksharov 80cfbe6b89
Update CHANGELOG.md 6 months ago
Nikita Koksharov 84a2359693 [maven-release-plugin] prepare for next development iteration 6 months ago
Nikita Koksharov 520bb669e9 [maven-release-plugin] prepare release redisson-3.35.0 6 months ago
Nikita Koksharov dd572a24d3
Update README.md 6 months ago
Nikita Koksharov 09bde0fb9c Fixed - retryAttempts and retryInterval settings don't apply to INFO_REPLICATION, SENTINEL_GET_MASTER_ADDR_BY_NAME, SENTINEL_SENTINELS, SENTINEL_SLAVES and CLUSTER_NODES commands. #4884, #5973, #5696 6 months ago
Nikita Koksharov 4448bc3ab0 Fixed - retryAttempts and retryInterval settings don't apply to INFO_REPLICATION, SENTINEL_GET_MASTER_ADDR_BY_NAME, SENTINEL_SENTINELS, SENTINEL_SLAVES and CLUSTER_NODES commands. #4884, #5973, #5696 6 months ago
Nikita Koksharov 1ba1cf6784 refactoring 6 months ago
Nikita Koksharov 1f88b72b40 Merge branch 'master' of github.com:redisson/redisson 6 months ago
Nikita Koksharov d9f136c8f6 Fixed - writer, writeMode, writerAsync, writeBehindDelay, writeBehindBatchSize, loader, loaderAsync settings aren't applied to caches-native in Micronaut module 6 months ago
Nikita Koksharov 1ad7b2704b
Update README.md 6 months ago
Nikita Koksharov 79d041775a
Update README.md 6 months ago
Nikita Koksharov 532d6fccdf
Update README.md 6 months ago
Nikita Koksharov 64d216d7a8 Fixed - missed caches-native for Micronaut 3.x and Micronaut 2.x 6 months ago
Nikita Koksharov ffecc9c64b Fixed - retryAttempts and retryInterval settings don't apply to INFO_REPLICATION, SENTINEL_GET_MASTER_ADDR_BY_NAME, SENTINEL_SENTINELS, SENTINEL_SLAVES and CLUSTER_NODES commands. #4884, #5973, #5696 6 months ago
Nikita Koksharov 95af622db2 Fixed - retryAttempts and retryInterval settings don't apply to INFO_REPLICATION, SENTINEL_GET_MASTER_ADDR_BY_NAME, SENTINEL_SENTINELS, SENTINEL_SLAVES and CLUSTER_NODES commands. #4884, #5973, #5696 6 months ago
Nikita Koksharov be4fb3d3f3 Fixed - retryAttempts and retryInterval settings don't apply to INFO_REPLICATION, SENTINEL_GET_MASTER_ADDR_BY_NAME, SENTINEL_SENTINELS, SENTINEL_SLAVES and CLUSTER_NODES commands. #4884, #5973, #5696 6 months ago
Nikita Koksharov df6da9fb66 refactoring 6 months ago
Nikita Koksharov d28cc9ed43 Redis version updated 6 months ago
Nikita Koksharov 248b8392aa Redis version updated 6 months ago
Nikita Koksharov d85ac5e172 test fixed 6 months ago
Nikita Koksharov bd1c79fe04 Fixed - RType.JSON and RType.STREAM can't be resolved by RKey.getType() method. #6102 6 months ago
Nikita Koksharov 965867bda1 Fixed - RKeys.removeListener() doesn't remove NewObjectListener and SetObjectListener 6 months ago
Nikita Koksharov dc669bf85e junit version changed to previous one. 6 months ago
Nikita Koksharov 61135a5602 lib updated 6 months ago
Nikita Koksharov b92a99ff66
Merge pull request #6077 from chaokunyang/fury_zero_copy_deserialization
wrap ByteBuf into Fury Buffer for zero-copy deserialization
6 months ago
Nikita Koksharov 14ebd421c9
Merge pull request #6094 from seakider/impro_copy
Improvement - Copy command execute through multi db
6 months ago
seakider 1823bc6eff Improvement - Copy command execute through multi db
Signed-off-by: seakider <seakider@gmail.com>
6 months ago
mubai 72d683e17b check nioBufferCount and memoryAddress
Signed-off-by: mubai <chaokun.yck@antgroup.com>
6 months ago
mubai 7f1c0e437c support zero-copy for fury serialization
Signed-off-by: mubai <chaokun.yck@antgroup.com>
6 months ago
mubai 601d0cb776 wrap ByteBuf into Fury Buffer for zero-copy deserialization
Signed-off-by: mubai <chaokun.yck@antgroup.com>
6 months ago
Nikita Koksharov c46d8fc674 libs updated 6 months ago
Nikita Koksharov 75c66dc574 Merge branch 'master' of github.com:redisson/redisson 6 months ago
Nikita Koksharov 379da6ec9f Fixed - maven.compiler.release isn't defined #6093 6 months ago
Nikita Koksharov fde02bfe69 lib version fixed 6 months ago
Nikita Koksharov de42a07ebe
Merge pull request #6090 from iamtakingiteasy/master
Redisearch FT.INFO result decoder throws NumberFormatException
6 months ago
Nikita Koksharov dab7935f5f Merge branch 'master' of github.com:redisson/redisson 6 months ago
Nikita Koksharov e11c8bd3d9 lib updated 6 months ago
Nikita Koksharov 3fe480a8f8 lib updated 6 months ago
Nikita Koksharov 0074b6df58 slf4j updated 6 months ago
Alexander Tumin 24bf912d7b Redisearch FT.INFO result decoder throws NumberFormatException
Signed-off-by: Alexander Tumin <iamtakingiteasy@eientei.org>
6 months ago
Nikita Koksharov 1a7c92b3ab
Merge pull request #6031 from redisson/dependabot/maven/ch.qos.logback-logback-classic-1.5.6
Bump ch.qos.logback:logback-classic from 1.3.12 to 1.5.6
6 months ago