alchemistcoin / sandwiched-backend

GNU General Public License v3.0
25 stars 7 forks source link

Add redis-backed caches for static metadata #38

Closed henridf closed 3 years ago

henridf commented 3 years ago

We currently cache pool info, token info, and block info, all in memory. We should move to redis-backed caches to support bigger caches, and not lose cache at every restart.