how to enable cluster in laravel config? 'redis' => array(
'cluster' => false,
'default' => array(
'host' => '',
'port' => ,
'database' => 0,
),
),
laravel only support sharded clusters, set cluster to true and set other settings to the master
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community