安装memcached

#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

原文地址:https://www.cnblogs.com/coffee_cn/p/4255305.html