n8 / multi_fetch_fragments

Multi-fetch Fragments makes rendering and caching a collection of template partials easier and faster.
http://ninjasandrobots.com/rails-faster-partial-rendering-and-caching
MIT License
539 stars 63 forks source link

Does this works with redis? #33

Open vedsingh-fullstack opened 8 years ago

vedsingh-fullstack commented 8 years ago

Hi, I have used Redis instead of Memcached,my question is is this gem works with only Memcached or it will work with Redis as well?

shreve commented 7 years ago

Ultimately, it relies on Rails.cache.read_multi, which is supported by Redis, so yes.