【增加】redis缓存前缀

This commit is contained in:
liqianjin 2023-02-22 09:30:38 +08:00
parent 275600839d
commit 1497d3f7a0
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ return [
'password' => '', 'password' => '',
// 缓存有效期 0表示永久缓存 // 缓存有效期 0表示永久缓存
'expire' => 604800, 'expire' => 604800,
// 缓存标签前缀
'tag_prefix' => 'miaogou_cdlfjy_com_',
], ],
// 更多的缓存连接 // 更多的缓存连接
], ],