-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Persist in REDIS or PostgreSQL Payments Done #58
Comments
Not sure if redis is the right place to put this, since it's not the best pattern to put unbounded collections in Redis, but storing the transactions in PostgresQL is a good idea, thanks for the proposal! |
As @killerwhile said, it might be better to store the payments in PostgreSQL. But if you want this now, you can change this line to |
Thanks. Does this will persist on REDIS the hash, miner address and paid amount? |
Yes, the hset key is |
Thanks, I will try. @Lbqds Do you know the amount of time I can set this timeout? Can it be one day? |
Yes it can be a day, or a week, in seconds, as you need. |
Hi, It would be nice to persist in Redis or PostgreSQL all the payments done successfully by the mining pool.
Thanks,
Jaime
The text was updated successfully, but these errors were encountered: