Rails + Dalli memcache gem: DalliError: No server available

后端 未结 6 1550
你的背包
你的背包 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:22

    If you're a Homebrew user:

    brew install memcached
    

    Check if the service is running:

    brew services list
    

    If not, start it:

    brew services start memcached
    

提交回复
热议问题