【发布时间】:2013-03-17 19:21:11
【问题描述】:
我正在安装内存缓存 manual .但是之后我得到了一个错误
echo "stats settings" | nc localhost 11211
错误
localhost [127.0.0.1] 11211 (?) : Connection refused
我找到了几个答案,但它们不起作用,例如
/etc/init.d/memcache start | restart
【问题讨论】:
-
/etc/init.d/memcache status 请问是哪个发行版?
-
bash: /etc/init.d/memcache: 没有这样的文件或目录。 Debian 6
-
ps aux | grep memcache root 10103 0.0 0.0 7548 872 pts/1 S+ 01:36 0:00 grep memcache.netstat -anp | grep LISTEN | grep 11211空 -
我认为这个问题可以移动..