资 源 简 介
题记
代码基于Memcache扩展的2.2.6的稳定版开发,License是PHP License,请自觉遵守。
Foreword
This project based on memcached extension2.2.6,License is PHP License.
CMEM是什么?
CMEM全称为Cloud Memory,是腾讯提供的高性能内存级持久化存储服务,适用于数据量小、访问量高、key-value存储的场景。
CMEM基于一个存储键/值对的hashmap,数据使用内存存储,并保证数据的持久性。
What is CMEM?
CMEM full name is Cloud Memory, is Tencent"s high-performance memory-level persistent storage service for a small amount of data, access to high, key-value store scene.
CMEM is based on a memory key / value pairs hashmap, using memory to store data and ensure data persistence.
CMEM PHP Extension是什么?
CMEM基于标准的Memcached协议以及接口,只是将数据获取接口增加返回值设定。
Memcached的Get协议没有设计返回码,所以Memcached API返回NO_DATA时,有可能是网络原因造成的,不能