yiisoft / yii2-redis

Yii 2 Redis extension.
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
452 stars 183 forks source link

Connection configuration with DI container #195

Closed AlikDex closed 4 years ago

AlikDex commented 4 years ago

https://github.com/yiisoft/yii2-redis/blob/master/src/ActiveRecord.php#L49 https://github.com/yiisoft/yii2-redis/blob/master/src/Session.php#L83

At the moment the configuration does not allow you to configure the connection in the IoC container as here: https://github.com/yiisoft/yii2-redis/blob/master/src/Cache.php#L163