Skip to content

v0.13.2 -- Redis

Compare
Choose a tag to compare
@jjcomer jjcomer released this 29 Nov 13:56
· 16 commits to v0.13.1 since this release
f7386f1

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:

  1. LRU
  2. Redis
  3. sqlite

Running hogan server --help will document all of the available parameters.