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.
dry_soup|24 days ago
samuelknight|24 days ago
https://www.postgresql.org/docs/current/sql-createtable.html...