Cache::tag('config')->set('name','linux', 600); var_dump(Cache::get('name')); // 清理tags无效! Cache::tag('config')->clear();
新建webman安装tp缓存,经过测试无法清除!
topthink/think-cache 的bug, 使用redis是tag无效,你得给thinkphp官方反馈才行吧
topthink/think-cache 的bug, 使用redis是tag无效,你得给thinkphp官方反馈才行吧