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
|
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
|
63fe4d5620
|
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 |
Nikita Koksharov
|
b5dc17a390
|
refactoring
|
5 years ago |
Nikita Koksharov
|
c8769a4cc0
|
Fixed - RedisConnection.set() returns null #2811
|
5 years ago |
Nikita Koksharov
|
51243a5908
|
Fixed - Spring Data Redis unlink command causes StackOverflowError. #2803
|
5 years ago |
xJoeWoo
|
1d337e9336
|
#2702 Fix RedissonReactiveStringCommands.set using wrong SET RedisCommand
Signed-off-by: xJoeWoo <xjoewoo@gmail.com>
|
5 years ago |
Nikita Koksharov
|
b4c358ff90
|
Fixed - RedissonReactiveSubscription.subscribe and receive methods aren't synchronized. #2686
|
5 years ago |
Nikita Koksharov
|
15c464013d
|
Fixed - RedissonReactiveSubscription.subscribe and receive methods aren't synchronized. #2686
|
5 years ago |
Nikita Koksharov
|
8be90089a3
|
Fixed - Spring Data RedissonConnection#del() doesn’t participate in pipeline. #2680
|
5 years ago |
Nikita Koksharov
|
bad582f96e
|
refactoring
|
5 years ago |
Gil Milow
|
6ae0839359
|
Fix Spring Data connector to set multiGet (MGET) commands to slave instead of master when configured to do so #2656
Signed-off-by: Gil Milow <milowg@users.noreply.github.com>
|
5 years ago |
Nikita Koksharov
|
573199128d
|
Fixed - zRemRangeByScore and zcount methods of ReactiveZSetCommands don't use -inf and +inf values. #2561
|
5 years ago |
Nikita Koksharov
|
30589cf2d8
|
license header updated
|
5 years ago |
Nikita Koksharov
|
2d31e52243
|
Fixed - Spring Data RedissonConnectionFactory should call shutdown method on destroy on created Redisson instance. #2509
|
5 years ago |
Nikita Koksharov
|
5748ca0432
|
redis path updated
|
5 years ago |
Nikita Koksharov
|
e97f78dd88
|
Fixed - Spring Data ZRangeByScore method doesn't support Infinity Double value #2396
|
5 years ago |
Nikita Koksharov
|
fc35fcd5b8
|
Fixed - Spring Data pubsub listeners executes multiple times. #2345
|
6 years ago |
Nikita Koksharov
|
aa7ddb84a8
|
refactoring
|
6 years ago |
Nikita Koksharov
|
22ddb6a671
|
Fixed - RedissonConnection.set returns null if invoked with expiration parameter. #2217
|
6 years ago |
Zhelyazko Chobantonov
|
3b270383bc
|
fix compilation issue
|
6 years ago |