Comment on Reducing server load with RedisparentComments−gingerlime13yI'm really not sure, so please don't shoot me if I'm wrong. I'd be happy to learn more/be proven wrong.I think the redis-store cache in rails also uses a rack middleware, and supports setting ttl on keys which will auto-expire on redis...?https://github.com/jodosha/redis-store/blob/master/redis-rac...
Comments
I'm really not sure, so please don't shoot me if I'm wrong. I'd be happy to learn more/be proven wrong.
I think the redis-store cache in rails also uses a rack middleware, and supports setting ttl on keys which will auto-expire on redis...?
https://github.com/jodosha/redis-store/blob/master/redis-rac...