Can't reconnect to Azure Redis via StackExchange.Redis
问题 Caveat : Okay so this is a weird one, and i'm not sure if SO is the right place. I have an Azure Website connecting to an Azure Redis Cache instance. (using StackExchange.Redis) Everything was great, then one day - the website couln't connect to Redis. Error: It was not possible to connect to the redis server(s); to create a disconnected multiplexer, disable AbortOnConnectFail. SocketFailure on PING Here's my connection string: mycache.redis.cache.windows.net,ssl=true,password=xxxxxx