...
|
...
|
@@ -10,13 +10,6 @@ return [ |
|
|
|
|
|
// 缓存连接方式配置
|
|
|
'stores' => [
|
|
|
'type' => 'redis',
|
|
|
// 缓存保存目录
|
|
|
'path' => CACHE_PATH,
|
|
|
// 缓存前缀
|
|
|
'prefix' => '',
|
|
|
// 缓存有效期 0表示永久缓存
|
|
|
'expire' => 0,
|
|
|
'file' => [
|
|
|
// 驱动方式
|
|
|
'type' => 'File',
|
...
|
...
|
@@ -36,7 +29,7 @@ return [ |
|
|
'type' => 'Redis',
|
|
|
// 服务器地址
|
|
|
'host'=> '114.115.130.49',
|
|
|
'password' =>'bronet',
|
|
|
'password' =>'bronet888!',
|
|
|
'expire' => 0,
|
|
|
],
|
|
|
],
|
...
|
...
|
|