ahawkins / cashier

Tag based caching for Rails using Redis. Associate different cached content with a tag, then expire by tag instead of key.
MIT License
162 stars 39 forks source link

Changes per issue 10 discussion #15

Closed joeytheman closed 4 years ago

joeytheman commented 11 years ago

Here are the changes that should fix #6 and #8.

ScotterC commented 11 years ago

Any reason this isn't getting merged?

gilest commented 11 years ago

+1 for merging. The current gem doesn't work at all for me, nor does the head of the repo. Using both cache and redis storage I couldn't get Cashier.tags to return anything other than an empty array. Installed from this pull request and everything works perfectly. Using Rails 4 and Ruby 2.