memcache bug

 

用memcached有时会报错  the lowest two bytes of the flags array is reserved for pecl/memcache

将以前的

 $mc->add($name, $value, $exp);

改为

$mc->add($name, $value,false,$exp);

需要加个是否做数据压缩选项

 

posted @ 2017-04-27 16:22  Chrdai  阅读(351)  评论(0编辑  收藏  举报