You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
zzqlleo
changed the title
How to configure the Connection for redis cluster?
How to configure the Connection for redis cluster?@samdark@hofrob
Jan 14, 2020
for example:
'redis' => [
'class' => 'yii\redis\Connection',
'servers'=>[
['hostname' => '127.0.0.1','port'=> 6379],
['hostname' => '127.0.0.1','port'=> 6380],
['hostname' => '127.0.0.1','port'=> 6381],
]
],
The text was updated successfully, but these errors were encountered: