Nikita Koksharov
Nikita Koksharov
It's related to a network issues or connections limit set by provider.
Validation should be added during org.redisson.api.RSearch#search() method call
Can you share the full stacktrace?
Which Redisson version?
There are could be multiple causes: https://github.com/redisson/redisson/wiki/16.-FAQ#q-what-is-the-cause-of-redistimeoutexception
@cooker Please refer to https://github.com/redisson/redisson/issues/5969#issuecomment-2187995978
try to follow https://redisson.org/docs/faq/ "What is the cause of RedisTimeoutException?" section
@bitkbitk FSTCodec is buggy and has been deprecated. Try to use a different codec like Kryo5Codec
@wjinlg 