gpt4 book ai didi

ruby-on-rails - Rails/Memcached - MemCacheError(到达文件末尾): end of file reached

转载 作者:行者123 更新时间:2023-12-04 03:50:11 28 4
gpt4 key购买 nike

我的 Rails 应用程序使用的是 Memcached 服务器。

由于某种原因,我不时收到 MemCacheError (end of file reached): end of file reached在我的 Rails 应用程序日志中。

任何想法为什么?

最佳答案

由于您使用的是 memcache-client ,并且该代码自 2010 年以来已被弃用,它可能只是一个从未修复过的错误。背后的家伙memcache-client最终想出了 dalli ( https://github.com/mperham/dalli ),有更好的支持。

进入 memcache-client 的源码揭示了一些事情。唯一可以提高的地方MemCacheError这些错误消息是 Cache#get , Cache#put , Cache#add , 或 Cache#delete .您可以分别在第 42、61、76 和 91 行的 ( https://github.com/mperham/memcache-client/blob/master/lib/memcache_util.rb ) 中找到它们。在不了解更多关于您要做什么的情况下,我无能为力,但希望这能让您开始。

关于ruby-on-rails - Rails/Memcached - MemCacheError(到达文件末尾): end of file reached,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10018088/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com