Hacker News new | ask | show | jobs
by skybrian 4707 days ago
This isn't for sessions unless they're also backed up somewhere else. It's just for caching. You would need some other system where you look up which version of a session is current, then look up sessions in the cache by a unique version id.
1 comments

That "other system" could and probably should be a database.