Project

General

Profile

Feature #104451

Updated by Markus Klein 5 days ago

In some hosting configurations it would be easier to use the same Redis database for multiple caches. 

 To avoid key-collitions, the configuration for for Redis cache backend and session backend should allow to set a prefix for the keys. 

 \TYPO3\CMS\Core\Cache\Backend\RedisBackend::flush will need to be re-implemented, as it currently flushes the whole Redis DB.

Back