MVC spring.net 没有设置好会出现的这个问题

2016-07-13 17:50:10,280 [8] ERROR Memcached.ClientLibrary.SockIOPool - Failed to get SockIO obj for: 10.0.0.132:11211 -- new socket is not connected
System.IO.IOException: Could not connect for 1000 milliseconds
在 Memcached.ClientLibrary.SockIO.GetSocket(String host, Int32 port, Int32 timeout)
在 Memcached.ClientLibrary.SockIO..ctor(SockIOPool pool, String host, Int32 timeout, Int32 connectTimeout, Boolean noDelay)
在 Memcached.ClientLibrary.SockIOPool.CreateSocket(String host)
2016-07-13 17:50:10,319 [8] ERROR Memcached.ClientLibrary.SockIOPool - Failed to create connection to: 10.0.0.132:11211 -- only 0 created

打开controllers.xml把参数设置好就可以了

原文地址:https://www.cnblogs.com/shirly1981/p/5667800.html