skosito
Results
11
comments of
skosito
Very simple script to migrate users (need `redis` and `pg` packages). Similar can be done for balances then, balance is saved in kv format: `balance_for_{user_id}: balance`. ``` const Redis =...