Nikita Koksharov
Nikita Koksharov
That may happen if stored data encoded with a different codec. Also try to clear Redis database.
Which RIdResolver do you use?
How do you set the id?
Can you copy this file into your project https://github.com/redisson/redisson/blob/master/redisson/src/main/java/org/redisson/misc/RandomXoshiro256StarStar.java and generate the id like below? ```java // it's important to create it as a singleton. it's thread-safe Random r =...
it can be caused by Redis cluster redirects. Can you set `trace` logging level for `org.redisson` package and share output?
@eladbern > Additional information - This seems to also apply to user commands. Once the connection is reset while there is an in-flight command, the connection watchdog handler is triggered...
@eladbern Done for user commands
Fixed. Thanks for report.
Are there any errors in logs?