(error) LOADING Redis is loading the dataset in memory

redis读取/重启以后读取报错:(error) LOADING Redis is loading the dataset in memoryredis

1.redis将之持久化的数据从新写入,等待数据写入完成之后便可正常访问app

2.修改配置文件 vi redis.confit

  maxmemory 5GB
  maxmemory-policy allkeys-lru
  appendonly no配置

  重启redis,./redis_multi rewrite all    --释放redis存储error

相关文章
相关标签/搜索