Commit Graph

88 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 10 months ago
Nikita Koksharov 06a0b0ab5a refactoring 11 months ago
Nikita Koksharov 6278653d05 Fixed - ReactiveKeyCommands.pExpire() throws an exception. #5640 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 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 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