#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-02-05
  • 2022-12-23
  • 2021-08-05
  • 2021-10-28
猜你喜欢
  • 2022-02-07
  • 2021-08-25
  • 2022-01-06
相关资源
相似解决方案