Current section

Files

Jump to
elixir_cache CHANGELOG.md
Raw

CHANGELOG.md

# 0.3.0
- add con_cache
- add ets cache
- fix hash opts for redis
# 0.2.1
- Adds support for application configuration and runtime options
# 0.2.0
- Stop redis connection errors from crashing the app
- Fix hash functions for `Cache.Redis`
- Support runtime cache config
- Support redis JSON
- Add `strategy` option to `Cache.Redis` for poolboy
# 0.1.1
- Expose `pipeline` and `command` functions on redis adapters
# 0.1.0
- Initial Release