splitwise / cacheable

A quick way to make cacheable method calls in Ruby
MIT License
48 stars 2 forks source link

Add a Redis adapter #12

Open agrberg opened 5 years ago

agrberg commented 5 years ago

Redis is pretty great. Why not try and support it out of the box?

layerssss commented 3 years ago

I think you could do that already

Cacheable.cache_adapter = ActiveSupport::Cache::RedisCacheStore.new url: ENV['REDIS_URL']