All Versions
6
Latest Version
Avg Release Cycle
58 days
Latest Release
2808 days ago
Changelog History
Changelog History
-
v0.3.1 Changes
January 08, 2017- ๐ Bugfix:
- ttl cleaner clean unexpired keys
- ๐ Bugfix:
-
v0.3.0 Changes
January 08, 2017- ๐ Bugfix
- fix elixir v1.4.0 warning
- use correct name for lru and replacement(out)
- ๐ Bugfix
-
v0.2.0 Changes
April 01, 2016- โจ Enhancements
- totally rewrite by using heavy macros
- add persistence support by Mnesia
- โจ Enhancements
-
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
- ๐ Bugfix
-
v0.1.1 Changes
March 23, 2016- โจ Enhancements
- config mem module by config.exs
- โจ Enhancements
-
v0.1.0 Changes
March 22, 2016- โจ Enhancements
- KV cache with TTL and LRU support
- โจ Enhancements