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,syncTimeout=5000 Here were my diagnosis steps: Try and