Patrick Huber
Results
2
comments of
Patrick Huber
So memcache_server will be removed? And using memcache_server configuration is only in the php.ini then?
@ywarnier Well i configured it at least. But i never checked if it does what it should: ``` $_configuration['memcache_server'] = array( 0 => array( 'host' => getenv('MEMCACHED_HOSTNAME'), 'port' => '11211',...