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 的安装的主要内容,如果未能解决你的问题,请参考以下文章

Memcached安装部署及基本操作

宝塔面板安装memcached及详细配置方法

Window系统环境 安装memcached详细教程

部署Memcache服务

Python memcache和redis

ubuntu 搭建php7-memcached和memcache扩展