You mean like i wrote in my "first" post about this issue above? I already did that and than i get the error:
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'
]
])
As I understand it, a setting is missing somewhere that it should not return the error “Moved”, but that it should be forwarded there?! According to various reports online, this is how it should work:
'options' => [
'cluster' => 'redis'
]