Remix.run Logo
deepsun an hour ago

And Redis has auto-delete rows (aka TTL). In Postgres you need a cron job to clear stale rows.

pooloo an hour ago | parent [-]

This is one way to handle the problem, but not the only...