centos6 yum 安装memcached

Posted rgqancy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos6 yum 安装memcached相关的知识,希望对你有一定的参考价值。

centos6 yum 安装memcached - 像块石头 - 博客园
http://www.cnblogs.com/rockee/archive/2012/08/01/2619160.html


yum -y install memcached
memcached -h

chkconfig --level 2345 memcached on
cat /etc/sysconfig/memcached
service memcached start
memcached
-tool 127.0.0.1:11211 stats
memcached
-tool 172.17.1.1:11211 stats
memcached
-tool 172.17.1.2:11211 stats

 

以上是关于centos6 yum 安装memcached的主要内容,如果未能解决你的问题,请参考以下文章