超级奇怪的PHP错误

时间:2010-05-20 10:38:10

标签: php memcached

  

可能重复:
  cannot store values into memcache

大家好,

尝试memcache:get时,我会收到以下错误消息:

Message: Memcache::get() [memcache.get]: Server localhost (tcp 11211) failed with: Failed reading line from stream (0)

我运行Windows 32位测试环境(XP),这是我的代码的样子:

 function getMulti(array $keys) {
      $items = $this->memcache->get($keys);
      return $items;
 }

我的memcache服务器是局域网中的两台本地计算机。环境与之相连。

当然,我可以关闭错误注册或只是在get函数调用之前放一个@,但这并不能解决这个问题。我该怎么办?

非常感谢!

0 个答案:

没有答案