Skip to content

Ask HN: Memory+Disk Cache?

1 pointjottodiscuss
On HN

Like a Redis that also uses disk to bring down the cost of a memory-only cache.

In other words, I want a key/val lookup that keeps most recently used in memory, other stuff on disk.

Postgres works except it doesn't reclaim space without a vacuum full (which requires a lock)

Comments

No comments yet.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.