top | item 46906172

(no title)

samuelknight | 24 days ago

Skeptical about replacing Redis with a table serialized to disk. The point of Redis is that it is in memory and you can smash it with hot path queries while taking a lot of load off the backing DB. Also that design requires a cron which means the table could fill disk between key purges.

discuss

order

dry_soup|24 days ago

From the article, using UNLOGGED tables puts them in memory, not on disk