Skip to content

Instantly share code, notes, and snippets.

@egobude
Created February 2, 2016 13:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save egobude/c19d06932deeb91351dd to your computer and use it in GitHub Desktop.
Save egobude/c19d06932deeb91351dd to your computer and use it in GitHub Desktop.
Flow Framework Redis Cache
Flow_Core:
backend: TYPO3\Flow\Cache\Backend\RedisBackend
backendOptions:
defaultLifetime: 0
hostname: '127.0.0.1'
port: '6379'
Flow_Monitor:
backend: TYPO3\Flow\Cache\Backend\RedisBackend
backendOptions:
defaultLifetime: 0
hostname: '127.0.0.1'
port: '6379'
Flow_Mvc_Routing_Resolve:
backend: TYPO3\Flow\Cache\Backend\RedisBackend
backendOptions:
defaultLifetime: 0
hostname: '127.0.0.1'
port: '6379'
Flow_Mvc_Routing_Route:
backend: TYPO3\Flow\Cache\Backend\RedisBackend
backendOptions:
defaultLifetime: 0
hostname: '127.0.0.1'
port: '6379'
Flow_Object_Configuration:
backend: TYPO3\Flow\Cache\Backend\RedisBackend
backendOptions:
defaultLifetime: 0
hostname: '127.0.0.1'
port: '6379'
Flow_Reflection_CompileTimeData:
backend: TYPO3\Flow\Cache\Backend\RedisBackend
backendOptions:
defaultLifetime: 0
hostname: '127.0.0.1'
port: '6379'
Flow_Reflection_Status:
backend: TYPO3\Flow\Cache\Backend\RedisBackend
backendOptions:
defaultLifetime: 0
hostname: '127.0.0.1'
port: '6379'
TYPO3_Media_ImageSize:
backend: TYPO3\Flow\Cache\Backend\RedisBackend
backendOptions:
defaultLifetime: 0
hostname: '127.0.0.1'
port: '6379'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment