mirror of
https://github.com/elyby/accounts.git
synced 2024-11-09 23:12:20 +05:30
Включено кэширование в redis
This commit is contained in:
parent
e8b5e90a91
commit
198e440b8d
@ -3,7 +3,8 @@ return [
|
||||
'vendorPath' => dirname(dirname(__DIR__)) . '/vendor',
|
||||
'components' => [
|
||||
'cache' => [
|
||||
'class' => yii\caching\FileCache::class,
|
||||
'class' => yii\redis\Cache::class,
|
||||
'redis' => 'redis',
|
||||
],
|
||||
'db' => [
|
||||
'class' => yii\db\Connection::class,
|
||||
|
Loading…
Reference in New Issue
Block a user