Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install memcached centralized caching system in Centos7

2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

The knowledge of this article "Centos7 how to install memcached centralized cache system" is not understood by most people, so the editor summarizes the following, detailed content, clear steps, and has a certain reference value. I hope you can get something after reading this article. Let's take a look at this "Centos7 how to install memcached centralized cache system" article.

Memcached is a high-performance, distributed in-memory object caching system, which is universal in nature, but its purpose is to speed up dynamic network applications by reducing database load. Memcached is a store of in-memory keys that stores small chunks of arbitrary data (strings, objects) from database calls, API calls, or page rendering results.

Environmental preparation

Environment: CentOS 7.4

Ip:172.16.1.112

Install the memcached dependency package [root@localhost tools] # yum install-y libevent libevent-devel nc-y upload the memcached package to the server [root@localhost tools] # lsmemcached-1.4.13.tar.gz install memcached [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 starts memcached [root @ localhost ~] # memcached- m 16-p 33211-d-u root-c 8192 View result [root@localhost ~] # lsof-i:33211COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAMEmemcached 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 *: 33211memcached 6373 root 29u IPv6 39769 0t0 UDP *: 33211 is about how Centos7 installs memcached centralized caching system I believe we all have a certain understanding. I hope the content shared by the editor will be helpful to you. If you want to know more about the relevant knowledge, please pay attention to the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report