#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

相关文章:

  • 2022-12-23
  • 2022-01-01
  • 2021-08-02
猜你喜欢
  • 2021-10-06
  • 2021-07-28
  • 2022-01-06
  • 2022-02-05
相关资源
相似解决方案