[Fixed]-Temporarily storing statistics on slave in Django

1👍

I’ll end up using redis and putting them in a list, prickling the objects. Main advantage: no SQLite migrations to maintain. It’s really a pain though that Redis doesn’t support atomic gets for more than 1 item, like LPOP but for more than 1, to retrieve them in batches…

👤tdma

Leave a comment