multi_fetch_fragments icon indicating copy to clipboard operation
multi_fetch_fragments copied to clipboard

Does this works with redis?

Open vedsingh-fullstack opened this issue 8 years ago • 1 comments

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?

vedsingh-fullstack avatar Sep 15 '16 15:09 vedsingh-fullstack

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

shreve avatar Nov 04 '16 21:11 shreve