Yii框架分布式缓存的实现方案(2)

'components'=>array(
      //设置缓存
      'cache'=>array(
          'class'=>'CMemCache',
          'servers'=>array(
            array('host'=>'192.168.1.16','port'=>11211,'weight'=>60),
            array('host'=>'192.168.1.16','port'=>11212,'weight'=>40),
          ),
        ),
    ),

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/96da94f5c3c58feb4984c8d25256cb30.html