Cache::set('test',1);//发现:在存储到redis时候自动把1进行序列化了 Cache::inc('test',1);//此行代码无效,这里直接调用redis驱动进行incrby()
tp6使用没有问题
tp6使用没有问题