solution: open source it

This commit is contained in:
Igor Artamonov
2019-08-22 21:07:12 -04:00
parent f8edcf5762
commit d873130567
98 changed files with 2173 additions and 60 deletions

9
docs/09-caching.adoc Normal file
View File

@@ -0,0 +1,9 @@
== Caching
=== In memory cache
Dshackle keeps latest blocks in memory (by default 64 blocks)
=== Redis cache
TBD