简体   繁体   中英

Should we use php5-memcache or php5-memcached when connect with memcached server?

In php, there are 2 modules that can be used when programming with memcached.

Memcache and Memcached

In the document, it said that php5-memcached using libmemcached to connect memcached. And there are more function available in php5-memcached module.

Which one should I choose?

memcached更好,但memcache也有效

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM