Redis cluster error without having a cluster

Hi,

the bug is already reported:

BR

Thanks for pointing me to the right bug-entry,l.
So the news at github are “deal with it” …

The bug is already set to closed due to “lack of information” although there is activity on answers and reports.

The only solution so far is the workaround of this thread and the acceptance of having a NC constantly reporting a validation error.

Things are not that bad: see my comment there and the answer from violoncelloCH: 22.2.4 will fix it (and it will also be part of the stable 23 version). See also pull request 29912.

I can report this problem, Just updated to 22.2.3, install went fine but had a issue with Internal Server Error i disabled Redis in config.php by hashing out and fixed, i then changed

$isCluster = in_array('redis.cluster', $this->config->getKeys());
to
$isCluster = false;

Fixed the problem but now reporting * Some files have not passed the integrity check.

Not using Docker, using Nginx, PHP7.4-fpm, MariaDB, Ubuntu Server 20.04