XenForo Redis Probleme

0

0815

Guest
Never had problems with umpteen sites. Now with the new project Redis only makes problems.

Have the settings in the Config already limited to a minimum and still only trouble.

Code:

Code:
$config['cache']['enabled'] = true;
$config['cache']['provider'] = 'Redis';
$config['cache']['config'] = [
    'host' => '127.0.0.1'
];


I also see with redis-cli monitor wonderfully how the data goes in/out.

But at the same time CSS makes problems 500 Error
screen_1658926972.png

Html is not parsed anymore...

Read more

Continue reading...