Commit Graph

36 Commits (e38cb775717752558b089a9a58f2b99dc1c1c49b)

Author SHA1 Message Date
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 b07edfe0b8 Fixed - Spring Data Redis 2.5 support #3661 4 years ago
Nikita Koksharov 1a20d614c7 Feature - Spring Data Redis 2.5.x support #3661 4 years ago