Rails + Dalli memcache gem: DalliError: No server available

后端 未结 6 1620
你的背包
你的背包 2021-02-12 11:59

Hi I\'m having trouble setting up my Rails project on my server because apache keeps complaining

DalliError: No server available.

I installed

6条回答
  •  既然无缘
    2021-02-12 12:09

    It was because someone changed the /etc/hosts file to point 127.0.1.1 to localhost instead of 127.0.0.1. After changing that, memcached worked.

提交回复
热议问题