Search Results

9
votes

When would you NOT want to use memcached in a Ruby on Rails app?

Don't use memcached if your application is able to handle all requests quickly. Adding memcached is extra mental overhead when it comes to coding your app, so don't do it unless you need it. …