bonesoul / CoiniumServ

Next-gen crypto currency mining pool software
Other
798 stars 494 forks source link

Proposal to replace redis as a dependeny #967

Open BenKnigge opened 6 years ago

BenKnigge commented 6 years ago

Looking through the code I believe that the dependency on redis could be replaced by simply using a ConcurrentDictionary and optionally periodically dumping the in memory to mysql.

BenKnigge commented 6 years ago

@bonesoul If I were to implement this would it be something you would consider merging?

bonesoul commented 6 years ago

would be an interesting feature actually, we can get it in after getting communities ideas on it.