#yum -y install memcached
#/etc/rc.d/init.d/memcached start
#cat /etc/sysconfig/memcached
#chkconfig --add memcached
#chkconfig memcached on
#yum install php-pecl-memcache -y
#php -m | grep memcache
#yum -y install memcached
#/etc/rc.d/init.d/memcached start
#cat /etc/sysconfig/memcached
#chkconfig --add memcached
#chkconfig memcached on
#yum install php-pecl-memcache -y
#php -m | grep memcache