重启redis所在的centos之后,启动 redis-server,使用redis-cli 连上去,执行 dbsize时报错:

(error) LOADING Redis is loading the dataset in memory

 

错误的字面含义是:redis正在重新从磁盘加载数据到内存中,我们看到 内存 从 1.83G增加到了3.00G,

(error) LOADING Redis is loading the dataset in memory

 

 最后增加到了7.87G,在执行 dbsize就不报错了。恢复正常。

 

相关文章:

  • 2022-12-23
  • 2021-08-09
  • 2021-08-25
  • 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
相关资源
相似解决方案