linux-memcache安装及memcached memcache扩展

it2022-05-05  169

linux memcached安装yum -y install libevent libevent-deve

yum list memcached

yum -y install memcached

memcached -h

systemctl enable memcached.service

vim /etc/sysconfig/memcached

memcached -d -m 1024 -u root -p 11211

#####################################

yum -y install telnet-server

yum -y install telnet

memcached-tool 127.0.0.1:11211 stats

#####################################php memcache -h 扩展yum search memcacheyum -y install php56w-pecl-memcache php56w-pecl-memcached

转载于:https://www.cnblogs.com/songbao/p/11158694.html


最新回复(0)