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的主要内容,如果未能解决你的问题,请参考以下文章

centos6.5 64练手安装memcached,PHP调试

利用yum 安装 lamp环境搭载 cacti监控和memcached数据库

centos6.5 Memcache的安装

centos下安装php扩展php-memcached

centos6.5 安装 memcache

CentOs6.x安装memcached-1.5.x