ruby-on-rails – Rails Dalli memcache gem:DalliError:没有可用的服务器

嗨,我无法在我的服务器上设置我的Rails项目,因为apache不断抱怨

DalliError:没有服务器可用.

我在我的ubuntu机器上安装了memcached,但它仍然不起作用.我的rails项目也有config.cache_store =:dalli_store,’localhost:11211′,{:namespace => “production”}在environments / production.rb中.我该如何调试?

我的日志显示在每个请求之前:

localhost:11211 Failed (count: 6)
DalliError: No server available

telnet到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

解决方法

我有同样的问题.
首先我安装了memcached作为一个宝石
gem安装memcached
并得到错误“DalliError:没有服务器可用”

然后我安装了memcachedsudo apt-get install memcached.现在工作正常

相关文章

1. memcached内部不会监视记录是否过期,而是在get时查看记录的时间戳,检查记录是否过期。 这种技术被...
add方法添加时,如果存在返回falseset方法添加时,如果存在就是覆盖,不存就是添加 1. set方法会在设置时,...
相信还是有很多项目使用memcache,可能有些人说有点out了,但是呢??? 项目上的东西不是你想换就能换...
在前边的tomcat session server msm的那篇博客我们用memcached做tomcat session服务器,默认官方memcac...
在线聊天室(onlinechatrooms)是一个共多人进行沟通交流的网络平台,随着越来越多的新技术的发明和成熟...
1.通过yum安装 复制代码代码如下:yum-yinstallmemcached#安装完成后执行:memcached-h#出现memcached帮助...