我在我的服务器上检查了我的 production.log,每次怀疑代码读取或写入缓存时都会看到这些行:
DalliError: No server available
Write fragment views/artists/522-...
DalliError: No server available
Read fragment views/artists/92-...
为什么以及这是我需要担心的事情?我正在使用 dalli (2.6.2)、cache_digests (0.2.0)、rails (3.2.11) 和 memcached (1.4.2)。
我在安装memcached的时候,碰巧用了sudo,会不会跟这个有关系?