Commit Graph

62 Commits (6c5df4f3f01971746c79714c4f01827181816f42)

Author SHA1 Message Date
Nikita Koksharov 4a849af9b3 Fixed - org.redisson.spring.data.connection.RedissonConnectionFactory.getSentinelConnection() method throws error on the first offline sentinel #5817 9 months ago
Nikita Koksharov 6bfd7c978d refactoring 9 months ago
Nikita Koksharov 612817cbac Fixed - AggregationOptions.groupBy() setting with reducers used in RSearch.aggregate() method causes an exception. #5770 11 months ago
Nikita Koksharov 06a0b0ab5a refactoring 11 months ago
Nikita Koksharov 6278653d05 Fixed - ReactiveKeyCommands.pExpire() throws an exception. #5640 1 year ago
Nikita Koksharov a4f27487a5 Fixed - missed implementation of Spring Data Redis ReactiveStringCommands.bitField() method. #5616 1 year ago
Nikita Koksharov 1ae8251b1b Fixed - Spring Data Redis opsForCluster().randomKey() method throws UnsupportedOperationException. #5615 1 year ago
Nikita Koksharov 0482efe147 license updated 1 year ago
Nikita Koksharov a7a12ebe62 Fixed - Redis scan cursor exceed Long.MAX_VALUE in AWS Elasticache #5517 1 year ago
Nikita Koksharov 9502495280 Fixed - Redis scan cursor exceed Long.MAX_VALUE in AWS Elasticache #5517 1 year ago
Nikita Koksharov 89ceaad0be Improvement - Virtual Threads compatibility #5499 1 year ago
Nikita Koksharov 21bd83f9b4 Feature - RESP3 protocol support. protocol setting added. #5413 1 year ago
Nikita Koksharov 45b88321a4 Feature - RESP3 protocol support. protocol setting added. #5413 1 year ago
Nikita Koksharov 50a0f463c1 Feature - RESP3 protocol support. protocol setting added. #5413 1 year ago
Nikita Koksharov bd8c79c9a9 Fixed - RTopic subscribes only to a single master if __keyspace or __keyevent channel is defined. #4759 2 years ago
Nikita Koksharov 15e21f05f5 Fixed - Missed methods implementation of Spring Data Redis module: zRevRangeByLex(), time(TimeUnit), zRemRangeByLex(), zLexCount(), rewriteConfig(), zRangeStoreByLex(), zRangeStoreRevByLex(), zRangeStoreByScore(), zRangeStoreRevByScore(), flushDb(), flushAll(), replicaOf(), replicaOfNoOne() #5144 2 years ago
Nikita Koksharov 479cef1764 license header updated 2 years ago
Nikita Koksharov 91268be8ab Fixed - Spring Data Redis evalsha doesn't use key for Redis node routing in Cluster mode. #4561 2 years ago
庄子斌 5b887b42d0 fix: setIfAbsent empty
if setIfAbsent is fail,return default value "false"

Signed-off-by: 庄子斌 <zhuangzibin@leyaoyao.com>
2 years ago
Nikita Koksharov e9620d9c95 Fixed - reactive scripting commands throw ClassCastException if result is list of list. #4353 3 years ago
Nikita Koksharov e27d87ca15 Fixed - eval() and evalSha() methods of ReactiveScriptingCommands object throw IndexOutOfBoundsException. #4326 3 years ago
Nikita Koksharov 03f0b307a6 refactoring 3 years ago
Nikita Koksharov 9bb03cd5c1 refactoring 3 years ago
Nikita Koksharov 347e0dd371 Fixed - Spring Data Redis module. Scan In cluster mode, other nodes cannot be scanned #4238 3 years ago
Nikita Koksharov ab530385da refactoring 3 years ago
Nikita Koksharov a3e77aabd6 refactoring 3 years ago
Nikita Koksharov 0a8547ce06 Fixed - Spring Data Redis RedissonConnection.execute() method doesn't invoke overloaded methods correctly. #4155 3 years ago
Nikita Koksharov 8d0ba5918d Fixed - Spring Data Connection in multi mode causes thread stuck #4128 3 years ago
Nikita Koksharov 557b519139 refactoring 3 years ago
Nikita Koksharov 45f93eda91 Merge branch 'master' of github.com:redisson/redisson 3 years ago
wd ab0b9f4bf7 Fixed - RedissonConnection add lpos command
Signed-off-by: wd <woody_me@qq.com>
3 years ago
Nikita Koksharov 6e2cac86e3 refactoring 3 years ago
Nikita Koksharov cbb70e2f70 refactoring 3 years ago
Nikita Koksharov 400ced59ec Fixed - Spring Data Redis restore() method throws Busy exception. #3999 3 years ago
Nikita Koksharov 0c89c54ad2 refactoring 3 years ago
Nikita Koksharov 12dbc6e901
Merge pull request #4032 from woodyDM/fix_redissonConnection_eval
Fixed: RedissonConnection eval should use ByteArrayCodec
3 years ago
Nikita Koksharov 76770710a9 refactoring 3 years ago
wd ea9a14c381 Fixed: RedissonConnection eval should use ByteArrayCodec
Signed-off-by: wd <woody_me@qq.com>
3 years ago
Nikita Koksharov f97f6ec27a refactoring 3 years ago
Nikita Koksharov 4c59fd085b Fixed - RedissonConnectionFactory.getReactiveConnection() method of Spring Data Redis module doesn't return RedissonReactiveRedisClusterConnection object in Redis cluster mode. #3992 3 years ago
Nikita Koksharov 462eacb707 Fixed - RedissonReactiveSubscription removes listener after first 32 messages. #3667 4 years ago
Nikita Koksharov f85a7b434b Fixed - RKeysReactive.getKeysByPattern() returns wrong result. #3648 4 years ago
Nikita Koksharov c439a33258 Fixed - missed implementation of few methods in Spring Data's RedissonConnection #3630 4 years ago
Nikita Koksharov a8841304bf Fixed - RedisStreamCommands.xGroupDelConsumer() method in Spring Data Redis module uses incorrect command. #3602 4 years ago
Nikita Koksharov 7c6054e939 Fixed - mGet() and mSet() methods of RedissonConnection object in Spring Data module throw CROSSSLOT error. #3582 4 years ago
Nikita Koksharov 893c85d168 Fixed - touch(), mDel(), mUnlink(), expire(), pExpire(), expireAt(), pExpireAt(), persist() methods of ReactiveKeyCommands interface should be executed as write operation. #3564 4 years ago
Nikita Koksharov b050966dd3 license updated 4 years ago
Nikita Koksharov 83bb71795c refactoring 4 years ago
Nikita Koksharov fc3d59ffa2 refactoring 4 years ago
Nikita Koksharov fac18462b0 Fixed - references in RxJava objects aren't supported #3480 4 years ago