laravel redis 刪除指定前綴的 key

 

// 前綴
$prefix = 'abc';

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

app('redis')->del($keys);
相關文章
相關標籤/搜索