(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

相關文章
相關標籤/搜索