Project

General

Profile

Actions

Bug #88229

closed

levelmedia: -1,slide does not work / is buggy when using Redis for cache_rootline

Added by Bernhard Eckl almost 5 years ago. Updated almost 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Caching
Target version:
-
Start date:
2019-04-26
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

I have header images from the page resources. And I configured Redis for cache_rootline like this:

$GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['cache_rootline']['backend'] = 'TYPO3\\CMS\\Core\\Cache\\Backend\\RedisBackend';
$GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['cache_rootline']['options'] = array('defaultLifetime' => 86400, 'database' => 5, 'persistentConnection' => true);

But then levelmedia: -1,slide does not work right anymore.

Actions

Also available in: Atom PDF