linux memcached 的安装
Posted azzy
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux memcached 的安装相关的知识,希望对你有一定的参考价值。
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 memcache
yum -y install php56w-pecl-memcache php56w-pecl-memcached
D:phpStudyphpphp-5.3.29-ntsext 加入memcached.dll扩展;
php.ini加入extension=php_memcache.dll; 查看window服务开启
以上是关于linux memcached 的安装的主要内容,如果未能解决你的问题,请参考以下文章