memcache安装与使用教程(已经很详细了)一、使用场景 1、非持久化存储:对数据存储要求不高 2、分布式存储:不适合单机使用 3、Key/Value存储:格式简单,不支持List、Array数据格式 二、PHP中使用Memcache 1、系统类:addServer、addServers、getStats、getVersion 2、数据类:get、set、delete、flush、replace、in2017-07-05数据库与存储LinuxMemcached缓存