Memcache 通过在内存中缓存数据和对象来减少读取数据库的次数,从而提高了系统访问的速度。
常用命令
设置某值
set key flag expiretime bytes value
获取某值
get key
删除某值
delete key
清空
flush_all