songxingwei 3 years ago
parent
commit
13279caa1c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      thinkphp/convention.php

+ 1 - 1
thinkphp/convention.php

@@ -208,7 +208,7 @@ return [
 
     'cache'      => [
         // 驱动方式
-        'type'   => 'File',
+        'type'   => 'redis',
         // 缓存保存目录
         //'path'   => CACHE_PATH,
         // 缓存前缀