From 1497d3f7a0695011ebced20c9d47136ce2aee9de Mon Sep 17 00:00:00 2001 From: liqianjin <949671634@qq.com> Date: Wed, 22 Feb 2023 09:30:38 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=A2=9E=E5=8A=A0=E3=80=91redis?= =?UTF-8?q?=E7=BC=93=E5=AD=98=E5=89=8D=E7=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/cache.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/cache.php b/config/cache.php index a76fd19c..bf323a69 100644 --- a/config/cache.php +++ b/config/cache.php @@ -34,6 +34,8 @@ return [ 'password' => '', // 缓存有效期 0表示永久缓存 'expire' => 604800, + // 缓存标签前缀 + 'tag_prefix' => 'miaogou_cdlfjy_com_', ], // 更多的缓存连接 ],