UnableToResolvePhysicalConnection
全部标签 我正在尝试使用以下选项在MacOSX的Mono上运行一个非常简单的Redis客户端:varconfigOptions=newConfigurationOptions(){EndPoints={{"localhost",6379},},ResolveDns=true,KeepAlive=180};StringWritersw=newStringWriter();ConnectionMultiplexer.Connect(configOptions,tw);连接失败。这是踪迹:localhost:6379,keepAlive=180,resolveDns=TrueUsingDNStores
我正在尝试使用以下选项在MacOSX的Mono上运行一个非常简单的Redis客户端:varconfigOptions=newConfigurationOptions(){EndPoints={{"localhost",6379},},ResolveDns=true,KeepAlive=180};StringWritersw=newStringWriter();ConnectionMultiplexer.Connect(configOptions,tw);连接失败。这是踪迹:localhost:6379,keepAlive=180,resolveDns=TrueUsingDNStores