Nikita Koksharov

Results 793 comments of Nikita Koksharov

Timeout handling implemented in RedisExecutor#handleBlockingOperations() to handle cases when the connection is lost

Please cover that feature in the documentation as well https://github.com/redisson/redisson/blob/master/docs/integration-with-spring.md

In upcoming release Redisson doesn't use Jackson for yaml parsing, but Snake YAML directly. Please use Snake YAML lib for parsing

> Switching to Snake YAML has caused many problems that did not exist before, such as [#6849 (comment)](https://github.com/redisson/redisson/issues/6849#issuecomment-3605374551) Fixed

@livk-cloud I thought about it, maybe in the future.

Make sure that the shutdown() method wasn't called

Unable to reproduce it. Can you debug it on your side? there are two break points: https://github.com/redisson/redisson/blob/247fd4a5903aaeae27cccc71a8b235f3429e7dd1/redisson/src/main/java/org/redisson/client/RedisClient.java#L363 https://github.com/redisson/redisson/blob/247fd4a5903aaeae27cccc71a8b235f3429e7dd1/redisson/src/main/java/org/redisson/client/RedisClient.java#L293