memcached apt
- 作者: 偶尔犯浑
- 来源: 51数据库
- 2020-11-23
ubuntu 下安装
apt-get install memcached
apt-get install php5-memcached php5-memcache
完成,
别的centos用yum方式
vim /etc/sysconfig/memcached
默认情况下
port="11211"
user="memcached“
#最大连接数1024
maxconn="1024“
#占用最大内存64m
cachesize="64"
#监听的ip 默认情况是所有
options=""
内容来自 oistc.net
apt-get install memcached
apt-get install php5-memcached php5-memcache
完成,
别的centos用yum方式
vim /etc/sysconfig/memcached
默认情况下
port="11211"
user="memcached“
#最大连接数1024
maxconn="1024“
#占用最大内存64m
cachesize="64"
#监听的ip 默认情况是所有
options=""
内容来自 oistc.net
推荐阅读
