当我在Yii中激活memcached时,会出现此错误消息
未定义属性“CMemCacheServerConfiguration.connectionID”。
如何解决此错误?
这是我的配置:
...
'cache'=>array(
'class'=>'CMemCache',
'servers'=>array(array('host'=>'localhost','port'=>11211,'weight'=>60,),
),),
....
谢谢,
答案 0 :(得分:0)
..嗯我对你的尾随数组逗号感到困惑,还有更多的代码吗?
'cache'=>array(
'class'=>'CMemCache',
'servers'=>array(
array('host'=>'localhost','port'=>11211,'weight'=>60)))