Reputation: 753
I came across with this article https://devcenter.heroku.com/articles/memcachier
I just want to ask what's the main advantage of storing the cache in memcachier.
What's the advantage of using other service for caching compared to just caching on server itself?
Does it have any particular advantage when caching at low level in Rails??
Upvotes: 0
Views: 103
Reputation: 106872
I see some advantages:
Upvotes: 2