Answer the question
In order to leave comments, you need to log in
How to store sessions in radish in yii2?
I read the manuals, added to the config
what to do next - I don’t know
'session' => [
'class' => 'yii\redis\Session',
],
'redis' => [
'class' => 'yii\redis\Connection',
'hostname' => 'redis',
'port' => 6379,
'database' => 0,
],
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question