Nikita Koksharov

Results 687 comments of Nikita Koksharov

Can you share Redisson config? Can you set `trace` logging level for `org.redisson` package and share the output?

> while the latest 3.29.0 redisson uses 4.1.104 under the hood It uses 4.1.109 https://repo1.maven.org/maven2/org/redisson/redisson-parent/3.29.0/redisson-parent-3.29.0.pom As for timeouts you need to read this https://github.com/redisson/redisson/wiki/16.-FAQ#q-what-is-the-cause-of-redistimeoutexception I'm sure it's a network issue

Can you share the code to reproduce it?

> I query the value in immediately, but is is not the value I saved before That can be caused by master slave replication lag. Try to use readMode =...

Java 8 is used by around 33% of application world wide. So this version should be supported. Java 11 for testing is fine.

@unverbraucht JDK 17 is also fine for tests. > BTW, do you want me to look into the tests? I enabled them locally but some of them fail, which is...

@unverbraucht This dependency has `provided` scope. While the project is compiled for JDK8.

Thanks for contribution!

This usually happens because you're trying to data stored with different codec

Fixed. Thanks for report