You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

10 lines
285 B

<?php
$cache_config = array(
'memcached' => array(
//$site = xxxx.ocs.aliyuncs.com
'servers' => array(array($site, 11211)),
'options' => array(Memcached::OPT_COMPRESSION => false, Memcached::OPT_BINARY_PROTOCOL => true)
),
'file' => array()
);
?>