美文网首页
sessions that have already been

sessions that have already been

作者: nightfallLemon | 来源:发表于2019-05-13 21:39 被阅读0次

今天使用docker-compose跟同事一起配置环境的时候, 首先报了sessions that have already been started问题, 提示php的session已经打开,又同时报了一个MISCONF Errors writing to the AOF file 错误。
经过排查, 发现是因为环境中的redis的持久化文件aof被同事上传,并被我拉到本地,映射到环境中去,导致aof持久化文件与本地环境不相容, 导致了以上两个错误。
(php的session是使用redis)
解决方法

  • 清空或删除aof持久化文件
  • 重新启动redis环境

相关文章

网友评论

      本文标题:sessions that have already been

      本文链接:https://www.haomeiwen.com/subject/mxrdaqtx.html