Skip to content

v0.1.0 (2018-10-14)

Compare
Choose a tag to compare
@philippgille philippgille released this 13 Oct 22:29
· 498 commits to master since this release

Initial release with code from philippgille/ln-paywall:78fd1dfbf10f549a22f4f30ac7f68c2a2735e989 with only a few changes like a different default path and a bucket name as additional option for the Bolt DB implementation.

Features:

  • Interface with Set(string, interface{}) error and Get(string, interface{}) (bool, error)
  • Implementations for:
    • bbolt (formerly known as Bolt / Bolt DB)
    • Go map (sync.Map)
    • Redis