Skip to content

Latest commit

 

History

History
93 lines (45 loc) · 1.47 KB

File metadata and controls

93 lines (45 loc) · 1.47 KB

Changelog

6.1.0

Changed

  • Return actual count upon bucket creation (thanks to @davelively14, ExHammer#16)

6.0.1

Added

  • Accept an optional redis_url option

Changed

  • Updated dependencies in test environment (thanks to @ono, ExHammer#14)

Fixed

  • Fixed a crash in delete_buckets (thanks to @ono, ExHammer#15)

6.0.0

Changed

  • Raise an error if expiry_ms is not configured explicitly
  • Update the redix dependency to ~> 0.8

Fixed

  • Actually honor :redis_config, as is claimed in the documentation

4.0.3

Fixed

4.0.2

Fixed

4.0.1

Fixed

  • Fixed a race-condition that could cause crashes (ExHammer#11)

4.0.0

Changed

  • Update to Hammer 4.0

3.0.0

Changed

  • Require elixir >= 1.6

2.0.0

Changed

  • Updated to new Hammer API

1.0.0

Changed

  • hammer_backend_redis now explicitly depends on hammer
  • Implement the Hammer.Backend behaviour
  • Alias redix_config to redis_config in the config list, for convenience

0.1.0

Initial release.