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 use memcached in php

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

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

This article mainly introduces how to use memcached in php, has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let the editor take you to understand it.

1. Start Memcached.

2. Use the ps command to check the running status.

3. Create a Memcached object.

4. Add data through add and get methods.

Remember to start Memcached first!

[root@localhost] # / usr/bin/memcached-d-l 127.0.0.1-p 11211-m 150-u root

-d daemon mode (keeps the program running after exiting the terminal window),-l specifies the IP address 127.0.0.1,-p specifies how much memory (in M) is allocated to memcached by the port number 11211, and-u specifies which user to use to start memcached

Use the ps command to check the running status:

[root@localhost] # ps-ef | grep memcached Thank you for reading this article carefully. I hope the article "how to use memcached in php" shared by the editor will be helpful to you. At the same time, I hope you will support us and follow the industry information channel. More related knowledge is waiting for you to learn!

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