62,244
社区成员




string[] serverList = new string[] { "192.168.0.88:11211" };
// 初始化Socket连接池
SockIOPool sockIOPool = SockIOPool.GetInstance("MemPool");
sockIOPool.SetServers(serverList);
sockIOPool.Initialize();