嗨,我在服务器上设置 Rails 项目时遇到问题,因为 apache 一直在抱怨
DalliError: No server available
.
我安装memcached
在我的 ubuntu 机器上,但它仍然无法正常工作。我的 rails 项目也在config.cache_store = :dalli_store, 'localhost:11211', { :namespace => "production" }
环境/production.rb 中。我将如何调试这个?
我的日志在每个请求之前显示:
localhost:11211 failed (count: 6)
DalliError: No server available
远程登录到 11211:
root@s2:/usr/local/www/production/current/log# telnet localhost 11211
Trying 127.0.1.1...
telnet: Unable to connect to remote host: Connection refused