6 ms·
Pretty much for anything that I want to store to a database but is too costly do to write every time I update. For example, I use Redis store counters for thing
by dcope 13y ago
Pretty much for anything that I want to store to a database but is too costly do to write every time I update. For example, I use Redis store counters for things and then batch process them storing to Postgres.