private $backendName = 'Memcached';
private $backendOptions = array(
// Memcache 配置
'servers' => array(
array(
'host' => '服务器ip',
'port' => 11211,
'persistent' => true,
'timeout' => 5,
'compression' => false, // 压缩
'compatibility' => false // 兼容旧版 Memcache servers
)
)
);
'compression' => false, // 压缩有什么用?
感觉打开速度还是没变,怎么查已成功使用?
阅读全文
收起全文