[TYPO3-project-4-3] Testing the memcached backend

Steffen Müller typo3 at t3node.com
Sat Mar 14 11:51:01 CET 2009


Hi.

On 13.03.2009 22:08 Steffen Kamper wrote:
> You have to use the specific part only:
> 
> $TYPO3_CONF_VARS['SYS']['caching']['cacheConfigurations']['cache_pages']
> = array(
>   'backend' => 't3lib_cache_backend_MemcachedBackend',
>   'options' => array(
>     'servers' => array('tcp://localhost:11211'),
>   ),
> );
> 

That helped! It's working now. Thanks!

-- 
cheers,
Steffen

http://www.t3node.com/blog/added-doxygen-code-documentation-of-typo3-trunk/


More information about the TYPO3-project-4-3 mailing list