douketangyouzh5219 2012-10-04 01:23
浏览 46

Memcached不在php中工作

I can't make memcache work. I followed this tutorial and when I try the example from the last part of the tutorial I don't get any output.

Here's the code from the tutorial.

$m = new Memcached();
$m->addServer('localhost', 11211);
$m->set('key', 'hello world');
var_dump($m->get('key'));

When I load it to my webpage I don't get any output. It says error. What's wrong with my server? I installed it correctly and checked my phpinfo and found it there. why can't I make it work?

UPDATE:

I'm using virtualbox.. and debian is my guest os. and everything is working in php it's just that i can't make it work for memcached

  • 写回答

1条回答 默认 最新

  • dongtui4038 2012-10-04 01:33
    关注

    Start memcached daemon in the terminal like so:

    memcached -vv -m64 -l127.0.0.1
    
    评论

报告相同问题?

悬赏问题

  • ¥15 微信会员卡接入微信支付商户号收款
  • ¥15 如何获取烟草零售终端数据
  • ¥15 数学建模招标中位数问题
  • ¥15 phython路径名过长报错 不知道什么问题
  • ¥15 深度学习中模型转换该怎么实现
  • ¥15 HLs设计手写数字识别程序编译通不过
  • ¥15 Stata外部命令安装问题求帮助!
  • ¥15 从键盘随机输入A-H中的一串字符串,用七段数码管方法进行绘制。提交代码及运行截图。
  • ¥15 TYPCE母转母,插入认方向
  • ¥15 如何用python向钉钉机器人发送可以放大的图片?