Feature #104451
Updated by Markus Klein 4 months 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.
https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ApiOverview/SessionStorageFramework/SessionStorage.html#sessions-redis
needs to updated too.