Actions
Feature #104451
closedRedis backends should support key prefixing
Start date:
2024-09-04
Due date:
2024-09-04
% Done:
100%
Estimated time:
PHP Version:
Tags:
Redis
Complexity:
medium
Sprint Focus:
Description
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.
Actions