Commit Graph

78 Commits (c792670a2e3cdcf5e51279d46ccefbdf617c1fee)

Author SHA1 Message Date
Nikita Koksharov bd8c79c9a9 Fixed - RTopic subscribes only to a single master if __keyspace or __keyevent channel is defined. #4759 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 6e2cac86e3 refactoring 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 614694d700 refactoring 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
Nikita Koksharov 179c0c830a refactoring 4 years ago
Nikita Koksharov 1dcce68d41 Fixed - RPatternTopic on keyspace/keyevent notification subscribes only to single master node in Redis cluster #2237. 4 years ago
Nikita Koksharov 14c26e3171 refactoring 4 years ago
Nikita Koksharov 3da96354a6 refactoring 4 years ago
Nikita Koksharov eb6a9126ed Fixed - Spring Redis Data PatternTopic listeners are invoked multiple times per message. #3369 4 years ago
Nikita Koksharov a31f0403df
Merge pull request #3219 from xJoeWoo/properties-decoder-performance
Enhance PropertiesDecoder decoding performance
4 years ago
Nikita Koksharov 8f8a01e956 Fixed - GEORADIUS_RO command should be used instead of GEORADIUS in Spring Redis Data module. #3216 4 years ago
Nikita Koksharov 683b0dfce2 Fixed - Spring Data Redis RedissonConnection.del() method doesn't work in pipeline on Redis cluster. #3237 4 years ago
Nikita Koksharov 8dc2bb4834 Fixed - redisRepository.opsForSet().distinctRandomMembers throws ClassCastException #3233 4 years ago
Nikita Koksharov 200a02a9f7 Fixed - redisRepository.opsForZSet().rangeByLex() method throws NullPointerException. #3232 4 years ago
Nikita Koksharov 24c16b455a Fixed - Spring Data Redis redisTemplate.opsForGeo().radius() method doesn't work. #3216 4 years ago
xJoeWoo 46499ae36a Enhance PropertiesDecoder decoding performance
Signed-off-by: xJoeWoo <xjoewoo@gmail.com>
4 years ago
Nikita Koksharov 696a0005f6 Fixed - CROSSSLOT error when clearing a redis-spring-data cache #3153 4 years ago
Chris Eager cdaaf0d87a Implement cluster-safe reactive `rename`, `renameNX`
Signed-off-by: Chris Eager <christian@turo.com>
4 years ago
Chris Eager 4d32040caa Add tests for cluster-safe reactive `rename`
Signed-off-by: Chris Eager <christian@turo.com>
4 years ago
Chris Eager f71728dbf8 Implement cluster-safe `rename`, `renameNX`
Signed-off-by: Chris Eager <christian@turo.com>
4 years ago
Chris Eager 2b438eb35a Return a cluster connection if cluster config
Signed-off-by: Chris Eager <christian@turo.com>
4 years ago
Chris Eager 525613b3ee Add tests for cluster-safe `rename`
Signed-off-by: Chris Eager <christian@turo.com>
4 years ago
Nikita Koksharov 3ad124c5f5 Fixed - Spring Data Redis RedissonSubscription.onPatternMessage() method throws ClassCastException #3029 5 years ago
Nikita Koksharov bf65e2fd6f Fixed - UnsupportedOperationException is thrown if Spring Data Redis connection executed in pipelined mode. #3021 5 years ago
Nikita Koksharov 12df5b2be3 Fixed - Spring Data Redis can't be used with proxied RedissonClient instance. #3001 5 years ago
Nikita Koksharov 621309ab75 Fixed - Spring Data Redis connection in multi mode causes connection leak if it wasn't executed during RedisTemplate execution #2928 5 years ago