First of, did you read the docs regarding the topic? https://laravel.com/docs/8.x/redis#configuring-clusters
Nov 17, 2020
2
Level 1
Redis - database.php configuration
Hi, What's the point of the clusters array in the redis config? I don't get any change between putting my connection details within the clusters array, or just keeping them on the root of the redis config.
'redis' => [
'client' => 'predis',
'cluster' => true,
'clusters' => [
],
'default' => [
....
Having the default connection inside or outside of the clusters config makes no difference, and i'm running clusters so I don't know what the point of that setting is!
That said, I'm also getting the MOVED error right now, but that's not what this question is about!
Thanks :)
Please or to participate in this conversation.