Nikita Koksharov

Results 634 comments of Nikita Koksharov
trafficstars

Fixed in https://github.com/redisson/redisson/commit/77919d08b4c3d9c2920fb236bf468b67e901e578

> We did not have this problem with Lettuce In Lettuce lazy initialization is turned on by default.

> We would like to connect to Redis, if it is working. Without throwing exception the invocation will hang forever.

You can use Redisson clients connected to different Redis deployments.

Did you try to set suggested Kryo.setReferences(true). ?