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

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

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

  maxmemory 5GB
  maxmemory-policy allkeys-lru
  appendonly no

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

 

相关文章:

  • 2022-12-23
  • 2021-08-25
  • 2021-08-09
  • 2021-07-26
  • 2021-05-29
  • 2021-05-31
  • 2022-12-23
猜你喜欢
  • 2022-02-04
  • 2021-10-11
  • 2021-11-18
  • 2021-06-09
  • 2022-12-23
相关资源
相似解决方案