memcache的安装部署启动
1、安装libevent类库
解压:#tar -zxvf libevent-2.0.21-stable.tar.gz
进入目录:#cd libevent-2.0.21-stable
指定安装路径:#./configure --prefix=/usr/local/libevent
编译安装:#make && make install
2、安装memcache组件
#tar -zxvf memcached-1.5.4.tar.gz
#cd memcached-1.5.4
#./configure --prefix=/usr/local/memcached --with-libevent=/usr/local/libevent
#make && make install
3、memcache常用命令
./memcached -d -m 1024 -l 192.168.3.221 -u root -p 11211
相关推荐
huolan 2020-01-08
andyhuabing 2013-04-01
xx0cw 2019-12-24
郗瑞强 2020-08-16
85590296 2020-07-22
jkzyx 2020-06-29
luotuo 2020-06-26
LinuxJob 2020-06-26
ol0 2020-06-26
清溪算法君老号 2020-06-25
86251043 2020-06-13
CSDN0BLOG 2020-06-09
ol0 2020-05-26
程序员俱乐部 2020-05-06
83530391 2020-05-05
ol0 2020-05-02
83530391 2020-04-09
85590296 2020-03-25
carolAnn 2020-03-07