1 Star 0 Fork 1

boeib / memcached-memcached-master

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
BUILD 549 Bytes
一键复制 编辑 原始数据 按行查看 历史
dormando 提交于 2020-01-25 12:09 . fix make order in BUILD instructions
To build memcached in your machine from local repo you will have to install
autotools, automake and libevent. In a debian based system that will look
like this
sudo apt-get install autotools-dev
sudo apt-get install automake
sudo apt-get install libevent-dev
After that you can build memcached binary using automake
cd memcached
./autogen.sh
./configure
make
make test
It should create the binary in the same folder, which you can run
./memcached
You can telnet into that memcached to ensure it is up and running
telnet 127.0.0.1 11211
stats
1
https://gitee.com/dearbub/memcached-memcached-master.git
git@gitee.com:dearbub/memcached-memcached-master.git
dearbub
memcached-memcached-master
memcached-memcached-master
master

搜索帮助