// 前綴 $prefix = 'abc'; // 須要在前面鏈接上應用的緩存前綴 $keys = app('redis')->keys(config('cache.prefix') . $prefix . '*'); app('redis')->del($keys);