multi_fetch_fragments
multi_fetch_fragments copied to clipboard
Does this works with redis?
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?
Ultimately, it relies on Rails.cache.read_multi
, which is supported by Redis, so yes.