相关疑难解决方法(0)

heroku/memcache和dalli的奇怪缓存问题

考虑以下.从我的heroku控制台:

>> Rails.cache.stats
=> {"server_id"=>{"evictions"=>"0", "curr_items"=>"2064", "total_items"=>"18793", "bytes"=>"7674501", ...
>> Rails.cache.clear
=> [true]
>> Rails.cache.stats
=> {"server_id"=>{"evictions"=>"0", "curr_items"=>"2064", "total_items"=>"18793", "bytes"=>"7674501",
Run Code Online (Sandbox Code Playgroud)

超级怪异 - 如何清除我的缓存!!


类似问题?:https://stackoverflow.com/q/7122513/192791

memcached ruby-on-rails heroku

5
推荐指数
1
解决办法
2155
查看次数

标签 统计

heroku ×1

memcached ×1

ruby-on-rails ×1