Our Redis instance filled up with keys because there's no TTL set on the entity keys. I see that Rack::Cache doesn't provide TTL to the MetaStore#write method, but I'm wondering if there's a suggested workaround or fix that could be done to prevent an unbounded number of keys. I'd be willing to do the work if there's an acceptable solution.