I attempt to connect to my Redis Serverinstance through ConnectionMultiplexer.Connect("127.0.0.1");
but despite no server being up and running the connect does not throw an error nor raise any ConnectionFailed
event. I double checked I do not have any stand-alone instance nor Windows Service of Redis running.
How can I check whether a connect was successful or not? I run on .Net 4.5 and use StackExchange.Redis version 4.0.30319
Thanks