这篇“Centos7怎么安装memcached集中式缓存系统”文章的知识点大部分人都不太理解,所以小编给大家总结了以下内容,内容详细,步骤清晰,具有一定的借鉴价值,希望大家阅读完这篇文章能有所收获,下面我们一起来看看这篇“Centos7怎么安装memcached集中式缓存系统”文章吧。
Memcached 是一个高性能、分布式内存对象缓存系统,本质上是通用的,但目的是为了通过减轻数据库负载来加快动态网络应用的速度。Memcached 是一个内存键值存储,用于存储来自数据库调用、API调用或页面渲染结果的小块任意数据(字符串、对象)。
环境:CentOS 7.4
ip:172.16.1.112
[root@localhost tools]# yum install -y libevent libevent-devel nc -y
[root@localhost tools]# lsmemcached-1.4.13.tar.gz
[root@localhost tools]# lsmemcached-1.4.13.tar.gz [root@localhost tools]# tar xf memcached-1.4.13.tar.gz[root@localhost tools]# lsmemcached-1.4.13 memcached-1.4.13.tar.gz [root@localhost tools]# cd memcached-1.4.13/[root@localhost memcached-1.4.13]# ./configure[root@localhost memcached-1.4.13]# make[root@localhost memcached-1.4.13]# make install
[root@localhost ~]# memcached -m 16 -p 33211 -d -u root -c 8192
[root@localhost ~]# lsof -i:33211COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME memcached 6373 root 26u IPv4 39764 0t0 TCP *:33211 (LISTEN) memcached 6373 root 27u IPv6 39765 0t0 TCP *:33211 (LISTEN) memcached 6373 root 28u IPv4 39768 0t0 UDP *:33211 memcached 6373 root 29u IPv6 39769 0t0 UDP *:33211
以上就是关于“Centos7怎么安装memcached集中式缓存系统”这篇文章的内容,相信大家都有了一定的了解,希望小编分享的内容对大家有帮助,若想了解更多相关的知识内容,请关注亿速云行业资讯频道。
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。