Problem in Lazy Connection logic in stackexchenage.redis
问题 I am facing one problem that for instance my redis server was unavaialble at start but starts later. But due to above logic my Muxer object always remain un connected even though my redis is started. seems like there is no such thing as reconnect on failure or some thing. I am using following for Redis Connection in my .net core 3.1 application private static readonly Lazy Conn = new Lazy( () => { try { if (ConfigOptions != null && ConfigOptions.Value != null) { return ConnectionMultiplexer