【问题标题】:Advantage of using memcachier vs ordinary Rails.cache使用 memcachier 与普通 Rails.cache 的优势
【发布时间】:2014-05-07 05:01:25
【问题描述】:

看到这篇文章https://devcenter.heroku.com/articles/memcachier

我只是想问一下将缓存存储在 memcachier 中的主要优势是什么。
与仅在服务器本身上缓存相比,使用其他服务进行缓存有什么优势?

在 Rails 中进行低级别缓存时有什么特别的优势吗??

【问题讨论】:

  • compared to just caching on server itself 到底是什么意思?

标签: ruby-on-rails ruby caching memorycache memcachier


【解决方案1】:

我看到了一些优势:

  • 假设您有多个服务器并且所有服务器都应该使用相同的缓存。
  • 您不希望缓存与网络服务器位于同一台服务器上。
  • 或者您不想自己维护 memcached(或类似的)安装。

【讨论】:

    猜你喜欢
    • 2023-03-07
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2022-06-12
    • 2015-03-30
    • 1970-01-01
    • 2013-07-22
    • 2013-02-26
    相关资源
    最近更新 更多