【增加】redis缓存前缀
This commit is contained in:
parent
275600839d
commit
1497d3f7a0
|
|
@ -34,6 +34,8 @@ return [
|
|||
'password' => '',
|
||||
// 缓存有效期 0表示永久缓存
|
||||
'expire' => 604800,
|
||||
// 缓存标签前缀
|
||||
'tag_prefix' => 'miaogou_cdlfjy_com_',
|
||||
],
|
||||
// 更多的缓存连接
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue