v0.13.2 -- Redis
This release adds in the ability to better control the caching layers within hogan. Default setting now is just an internal LRU cache.
You have the ability to configure (in addition to the LRU) a Redis cache and/or a sqlite cache. The order of precedence is:
- LRU
- Redis
- sqlite
Running hogan server --help
will document all of the available parameters.