- Applied credo suggestions
- Update dependencies
- package update and ownership transferred
- Return actual count upon bucket creation (thanks to @davelively14, ExHammer#16)
- Accept an optional
redis_url
option
- 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_ms
is not configured explicitly - Update the
redix
dependency to~> 0.8
- Actually honor
:redis_config
, as is claimed in the documentation
- Update to the new custom-increment api
- 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_redis
now explicitly depends onhammer
- Implement the
Hammer.Backend
behaviour - Alias
redix_config
toredis_config
in the config list, for convenience
Initial release.