- Return actual count upon bucket creation (thanks to @davelively14, ExHammer#16)
- Accept an optional
redis_urloption
- Updated dependencies in test environment (thanks to @ono, ExHammer#14)
- Fixed a crash in
delete_buckets(thanks to @ono, ExHammer#15)
- Raise an error if
expiry_msis not configured explicitly - Update the
redixdependency to~> 0.8
- Actually honor
:redis_config, as is claimed in the documentation
- Fix a rare crash, again related to race-conditions (ExHammer#11 (comment))
- Fixed race-condition, really this time (ExHammer#11)
- Fixed a race-condition that could cause crashes (ExHammer#11)
- Update to
Hammer 4.0
- Require elixir >= 1.6
- Updated to new Hammer API
hammer_backend_redisnow explicitly depends onhammer- Implement the
Hammer.Backendbehaviour - Alias
redix_configtoredis_configin the config list, for convenience
Initial release.