Using Redis Stream with Python
Problem:
I'd like to store a huge amount of outputs (a sort of logs), as soon I already had a data store in my project (Postgres) configured, I've created a new table and save those data there. Locally everything was fine, however, in production and ...
huogerac.hashnode.dev6 min read