All Versions
6
Latest Version
Avg Release Cycle
58 days
Latest Release
2665 days ago

Changelog History

  • v0.3.1 Changes

    January 08, 2017
    • ๐Ÿ›  Bugfix:
      • ttl cleaner clean unexpired keys
  • v0.3.0 Changes

    January 08, 2017
    • ๐Ÿ›  Bugfix
      • fix elixir v1.4.0 warning
      • use correct name for lru and replacement(out)
  • v0.2.0 Changes

    April 01, 2016
    • โœจ Enhancements
      • totally rewrite by using heavy macros
      • add persistence support by Mnesia
  • v0.1.2 Changes

    March 25, 2016
    • ๐Ÿ›  Bugfix
      • format maxmemory_size within config.exs
      • use unique inverted key for LRU cleaners
      • readd handler when handler crash
      • add ref to distinguish handlers
  • v0.1.1 Changes

    March 23, 2016
    • โœจ Enhancements
      • config mem module by config.exs
  • v0.1.0 Changes

    March 22, 2016
    • โœจ Enhancements
      • KV cache with TTL and LRU support