class RedisClient::SentinelConfig

def resolved?

def resolved?
  @mutex.synchronize do
    !!@config
  end
end