码迷,mamicode.com
首页 > 其他好文 > 详细

zend framework2 redis使用遇到的问题

时间:2015-01-19 17:17:04      阅读:143      评论:0      收藏:0      [点我收藏+]

标签:zend framework   redis   

$redis = $this->getServiceLocator()->get(‘Zend\Db\Adapter\Adapter\Redis‘);

var_dump($redis->setItem(‘zzc‘, ‘110@gmail.com‘));一直提示false,apache日志中也没有错误,

此时,在命令行下执行redis-cli
    set name lyblog

出现错误信息:MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. Please check Redis logs for details about the error.

执行

config set stop-writes-on-bgsave-error no
后ok 了

var_dump($redis->setItem(‘zzc‘, ‘zhangzhican110@gmail.com‘));就提示true了


zend framework2 redis使用遇到的问题

标签:zend framework   redis   

原文地址:http://blog.csdn.net/wang_quan_li/article/details/42874939

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!