tronprotocol-scala / scala-tron

Scala implementation of the Tron whitepaper
http://tronprotocol-scala.github.io/scala-tron/
GNU Lesser General Public License v3.0
15 stars 2 forks source link

Redis DataSource #1

Closed Rovak closed 6 years ago

Rovak commented 6 years ago

Support Redis as a datasource besides LevelDB

The LevelDB only allows a single thread to use the db at a time. With Redis multiple threads can access the datasource at the same time

Use library https://github.com/etaty/rediscala