编辑library/config.php,加入 代码: $config['cache']['backend'] = 'Memcached'; $config['cache']['backendOptions'] = array( 'backendOptions'=>array( 'servers' =>array( array( 'host' => '127.0.0.1', // your memcached server ip /address 'port' => '11211' // memcached port ) ), 'compression' => false ) );