1 <?php
defined('SYSPATH') OR die('No direct access allowed.');
3 * @package Cache:Memcache
5 * memcache server configuration.
7 $config['servers'] = array
11 'host' => '127.0.0.1',
13 'persistent' => FALSE,
18 * Enable cache data compression.
20 $config['compression'] = FALSE;