Nikita Koksharov
Nikita Koksharov
Sorry, I mean which Redisson objects do you use.
do you use RLocalCachedMap as a singleton per unique name?
Is there any Redis connections amount limit?
Do you see any exceptions in logs?
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). ?
I don't see where you are adding Redisson in JNDI