Nick Freyaldenhoven
Nick Freyaldenhoven
Sure. I'm not sure the full scope of configuration details that would be needed to replicate the issue, but I will try to set up something replicable. In a nonprod...
I can't directly. I'm not sure at what depth you are interested in. The ReactiveRedisConnectionFactory bean is: ```Java import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.data.redis.connection.ReactiveRedisConnectionFactory; import org.springframework.data.redis.connection.RedisStandaloneConfiguration; import org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory; import org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration;...
Technically it wasn't me. I dug into this after the failure to support a team who consumed this from an internal library jar. I can tell you it does connect...