用户
 找回密码
 入住 CI 中国社区
搜索
查看: 1117|回复: 0
收起左侧

[版本 3.x] 关于ci 3.0的memcache 自增疑问

[复制链接]
发表于 2016-6-15 15:42:23 | 显示全部楼层 |阅读模式
代码如下,为什么测试没有效果?
    public function memtest(){
        $this->load->driver('cache', array('adapter' => 'memcached'));
         $this->cache->memcached->save('foo',10);
         $this->cache->increment('foo');
       // $this->cache->increment('foo',2);
        echo $this->cache->memcached->get('foo');
    }

本版积分规则