// 前缀
$prefix = 'abc';

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

app('redis')->del($keys);

  

 

相关文章:

  • 2021-06-07
  • 2022-12-23
  • 2021-09-24
  • 2021-06-12
  • 2021-10-19
  • 2022-12-23
  • 2021-08-22
  • 2021-11-24
猜你喜欢
  • 2022-12-23
  • 2021-10-19
  • 2022-12-23
  • 2022-12-23
  • 2019-06-17
相关资源
相似解决方案