新增redis配置
This commit is contained in:
parent
4fc4577be3
commit
fcc6fd035d
@ -26,5 +26,10 @@ return [
|
|||||||
'serialize' => [],
|
'serialize' => [],
|
||||||
],
|
],
|
||||||
// 更多的缓存连接
|
// 更多的缓存连接
|
||||||
|
'redis' => [
|
||||||
|
'type' => 'redis',
|
||||||
|
'host' => '127.0.0.1',
|
||||||
|
'password' => '123456',
|
||||||
|
]
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user