// 前缀 $prefix = 'abc'; // 须要在前面链接上应用的缓存前缀 $keys = app('redis')->keys(config('cache.prefix') . $prefix . '*'); app('redis')->del($keys);