我有一个简单的 rails 应用程序,我正在尝试从 memcache 框中保存和检索密钥,除非我们开始遇到下面的错误,否则它工作了很长时间,我已经尝试调试它,但现在需要有人帮助
[2015-10-28 12:25:46.649][ERROR] Unexpected exception during Dalli request: NoMethodError: undefined method `<<' for nil:NilClass (pid:58452)
[2015-10-28 12:25:46.649][ERROR] /Users/aupadhyay/.rvm/gems/ruby-2.2.2/gems/celluloid-0.17.2/lib/celluloid/proxy/async.rb:28:in `method_missing'
/Users/aupadhyay/.rvm/gems/ruby-2.2.2/gems/activesupport-4.2.3/lib/active_support/core_ext/marshal.rb:6:in `load'
如果有人对此有见解,请告诉我?