centos6 yum 安装memcached

前端之家收集整理的这篇文章主要介绍了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

猜你在找的CentOS相关文章