[FEATURE] Allow key prefix for Redis keys
Adds the possibility to configure Redis key prefixes for cache and session backends, which allows to use the same Redis database for multiple caches and/or TYPO3 instances. Resolves: #104451 Releases: main Change-Id: Id6aa2f7ba9a4a0dbfb2335150602aeb836e09b90 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/85324 Tested-by:Benni Mack <benni@typo3.org> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Stefan Bürk <stefan@buerk.tech>
Showing
- typo3/sysext/core/Classes/Cache/Backend/RedisBackend.php 23 additions, 6 deletionstypo3/sysext/core/Classes/Cache/Backend/RedisBackend.php
- typo3/sysext/core/Classes/Session/Backend/RedisSessionBackend.php 1 addition, 1 deletion...sext/core/Classes/Session/Backend/RedisSessionBackend.php
- typo3/sysext/core/Documentation/Changelog/13.3/Feature-104451-RedisBackendsSupportForKeyPrefixing.rst 74 additions, 0 deletions....3/Feature-104451-RedisBackendsSupportForKeyPrefixing.rst
- typo3/sysext/core/Tests/Functional/Cache/Backend/RedisBackendTest.php 90 additions, 0 deletions.../core/Tests/Functional/Cache/Backend/RedisBackendTest.php
Please register or sign in to comment