[RSS Feed/News] Redis Probleme

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
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

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom