Nikita Koksharov
Nikita Koksharov
Any contributions are welcome.
DNS connections are pooled to avoid "too many open files" issue.
Can you enlist methods need to be implemented with reactive API?
Please refer to this section https://github.com/redisson/redisson/wiki/16.-FAQ#q-what-is-the-cause-of-redistimeoutexception
Hello, Almost all reactive methods are async methods proxied to `org.redisson.reactive.CommandReactiveService#reactive()` method. Is there any reproducer I can use to examine the issue? Maybe a small example project.
Coroutines API support may require an implementation on Redisson side. Lettuce has some
Fixed. Thanks for report.
It's not planned yet. You could help me with the implementation for the objects you need. Of course it should be covered with minimal tests.
You can also share the simple project which I can run to reproduce the issue.
Unable to reproduce. In this case lock is expired automatically by this method https://github.com/redisson/redisson/blob/1d33ebd25251aa3a4bc89187e32567507ab7f5c9/redisson/src/main/java/org/redisson/RedissonLock.java#L258 after 30 seconds by default. You can decrease this value through `Config.lockWatchdogTimeout` setting.