Created
February 9, 2017 15:18
-
-
Save DavidSporer/6b0726a02e82abda686c89f11fb59887 to your computer and use it in GitHub Desktop.
Caches.yaml for Flow Framework package
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Flow_Session_Storage: | |
backend: TYPO3\Flow\Cache\Backend\RedisBackend | |
persistent: TRUE | |
backendOptions: | |
hostname: redis-master | |
Flow_Session_MetaData: | |
backend: TYPO3\Flow\Cache\Backend\RedisBackend | |
persistent: TRUE | |
backendOptions: | |
hostname: redis-master | |
TYPO3_TypoScript_Content: | |
backend: TYPO3\Flow\Cache\Backend\RedisBackend | |
backendOptions: | |
hostname: redis-master | |
Flow_Mvc_Routing_Resolve: | |
backend: TYPO3\Flow\Cache\Backend\RedisBackend | |
backendOptions: | |
hostname: redis-master | |
Flow_Mvc_Routing_Route: | |
backend: TYPO3\Flow\Cache\Backend\RedisBackend | |
backendOptions: | |
hostname: redis-master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment