How to set the correct lifetime for an object in redis? To write data using class yii \ redis \ ActiveRecord
Config:
'redis' => [ 'class' => 'yii\redis\Connection', 'hostname' => 'localhost', 'port' => 6379, 'database' => 0, ], Source: https://ru.stackoverflow.com/questions/482226/
All Articles