新增redis配置

This commit is contained in:
JaguarJack 2020-06-17 23:03:04 +08:00
parent 4fc4577be3
commit fcc6fd035d

View File

@ -26,5 +26,10 @@ return [
'serialize' => [], 'serialize' => [],
], ],
// 更多的缓存连接 // 更多的缓存连接
'redis' => [
'type' => 'redis',
'host' => '127.0.0.1',
'password' => '123456',
]
], ],
]; ];