Memcache Simple Getting Started app

Source: Internet
Author: User
Tags memcached

1.memcache Introduction and Installation:

Download: Download the file and unzip it somewhere.

2. Data storage format

A key-value pair, a key that corresponds to a value, and a value that occupies one or more 4k blocks in memory.

3.php How to use Memcache

A: Install the PHP memcache extension on the server

B: Directly using the Php-memcached-client class library of the client

Download memcached-client.php, after downloading the memcached-client.php, you can use the class "memcached" in this file to operate the memcached service.

  

How to use 4.TP:

  

5. Common methods:

Add ($key, $value, $exp =0)//write object to memcached

Parameters: $key is the unique identifier of the object, $value is the object data written, $exp the expiration time, in seconds, the default is unlimited time

Get ($key)//Get Object data from memcached by $key Unique identifier of the object

Replace ($key, $value, $exp =0)//Replace the object content in memcached with an identifier $key in the $value

Delete ($key, $time = 0)//delete an object with an identifier $key in memcached, $time an optional parameter that indicates how long to wait before deleting.

Memcache Simple Getting Started app

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: [email protected] and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.