Hello, can anyone help me and tell me what I am doing wrong? I have a redis cluster which also works, as I also use it in other services. But i get this error message. I have 6 nodes from REDIS_CLUSTER_HOST_1 to REDIS_CLUSTER_HOST_6.
flarum.ERROR: Predis\Response\ServerException: MOVED 7293 10.1.0.9:6379
new Blomstra\Redis\Extend\Redis([
'host' => getenv('REDIS_CLUSTER_HOST_1'),
'password' => getenv('REDIS_CLUSTER_PASSWORD_1'),
'port' => getenv('REDIS_CLUSTER_PORT_1'),
'database' => getenv('REDIS_CLUSTER_DB_1'),
'cluster' => true,
'options' => [
'cluster' => 'redis'
]
])