Skip to content

Instantly share code, notes, and snippets.

@DavidSporer
Created February 9, 2017 15:18
Show Gist options
  • Save DavidSporer/6b0726a02e82abda686c89f11fb59887 to your computer and use it in GitHub Desktop.
Save DavidSporer/6b0726a02e82abda686c89f11fb59887 to your computer and use it in GitHub Desktop.
Caches.yaml for Flow Framework package
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