I have the following piece of code to connect to azure redis cache.
public class CacheConnectionHelper
{
private static Lazy
You should also pay attention to the last part of your error message, as it seems to provide very useful details about the reason why connection have failed.
In your case:
It was not possible to connect to the redis server(s); to create a disconnected multiplexer, disable AbortOnConnectFail. UnableToResolvePhysicalConnection on PING
My case:
It was not possible to connect to the redis server(s); to create a disconnected multiplexer, disable AbortOnConnectFail. Timeout