Nikita Koksharov
Nikita Koksharov
@Glurz Thanks for your feedback. Is there any code to reproduce it?
> It seems like the redisson client answers requests before it is fully initialized. How it can be if by default initialization is made during "Redisson.create()" method invocation. Do you...
@Glurz `MasterSlaveEntry#setupMasterEntry(org.redisson.client.RedisClient)` method guarantees that in case of any error it will be propagated to the client and RedissonClient instance won't be created.
@Glurz We need more information to reproduce it.