This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Description
Do you think there is much benefit to adding tracking of the keys and using read_multi if there are a lot?
I know the goal of this gem is that in the end you only have a few keys since changes propagate up. However, I'm using this on a site that is kind of hard to do that which results in a lot of cache reads. I'm mostly using this gem for the key change when the template is updated feature.
I'd be happy to investigate if you think it would be worth it.