0

我已经在 linux 上配置了 memcached。在core.php我这样编码

    Cache::config('default',array('engine'=>'Memcache'));
 Cache::config('default', array('engine'=>'Memcache','duration'=> 3600, //[optional]'probability'=> 100, //[optional] 'prefix' => Inflector::slug(APP_DIR) . '_','servers'=>array('127.0.0.1:11211'),'compress'=>false,));`

但它说Warning: Cache not configured properly. Please check Cache::config(); in APP/config/core.php

4

1 回答 1

0

您不能将两个缓存配置称为相同的名称。

于 2013-02-05T10:00:02.190 回答