Commit Graph

33 Commits (49dcea0be6e58d64e7554c3aa8b05060c9377432)

Author SHA1 Message Date
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
chenxiabin adf3974e49 fix ZPOPMIN\ZPOPMAX to count members error for all Spring Data Redis modules
Signed-off-by: chenxiabin <czchenxiabin@gmail.com>
12 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 59fd8fcba0 Fixed - Sprint Data Redis RedisMessageListenerContainer.addMessageListener() method hangs if called after container start. #5482 1 year ago
Nikita Koksharov 89ceaad0be Improvement - Virtual Threads compatibility #5499 1 year ago
Nikita Koksharov 855fefa079 refactoring 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 c2c00a07c2 refactoring 2 years 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 76a29978f6 refactoring 2 years ago
Nikita Koksharov 1a324c3057 logback config updated 2 years ago
Nikita Koksharov 8711922aea Fixed - PubSub subscription in cluster sometimes doesn't apply to all nodes. #4702 2 years ago
Nikita Koksharov aa9051dd6a Fixed - hRandFieldWithValues() and hRandField() methods of Spring Data Redis module throw ClassCastException. #4688 2 years ago
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() #4639 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 bc22133834 Fixed - duplicate subscriptions with RedisMessageListenerContainer in Spring Data 2.7 #4415 3 years ago
Nikita Koksharov c0a52668de Fixed - Spring Data Redis implementation doesn't implement geoSearch and geoSearchStore methods. #4420 3 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 106c7020b4 Fixed - Spring Boot Starter doesn't start with Spring Boot 2.7. #4320 3 years ago
Nikita Koksharov 03f0b307a6 refactoring 3 years ago
Nikita Koksharov d706b576eb Feature - Spring Data Redis 2.7.0 module added #4298 3 years ago