Differences between phpmemcache and memcached _ PHP Tutorial

Source: Internet
Author: User
The difference between phpmemcache and memcached. This article will introduce the differences between phpmemcache and memcached. I hope some methods will be helpful to you. First of all, you must enable the memcached service to introduce the differences between php memcache and memcached in this article. I hope some methods will be helpful to you.

First of all, you must enable the memcached service to use the php APIs of memcache and memcached.

So what are the differences between the two APIs for the memcached service?


1. memcache is an extension of PHP, while memcached is an extension based on libmemcached.

2. memcache only provides some basic functions, such as set, get, replace, delete, and flush,

Memcached provides more functions, including setOption (setOptions), cas, getMulti (setMulti), getMultiByKey (setMultiByKey), and addServers (with s, multiple nodes can be connected at one time ).

3. I heard that memcached has higher performance than memcache because it supports binary protocol.

4. memcache supports persistent connections, but memcached does not.

The difference between memcache and memcached. I hope some methods will help you. First of all, you must enable the memcached service...

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: info-contact@alibabacloud.com 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.