hammer-backend-redis
hammer-backend-redis copied to clipboard
A Redis backend for for the Hammer rate-limiter
Bumps [redix](https://github.com/whatyouhide/redix) from 1.3.0 to 1.5.0. Changelog Sourced from redix's changelog. v1.5.0 New features Add support for the valkey:// scheme when using URIs. v1.4.2 Bug fixes and improvements Speed up...
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.31.1 to 0.32.1. Changelog Sourced from ex_doc's changelog. v0.32.1 (2024-04-12) Bug fixes Add version dropdown back on hexdocs.pm Improve search input styling and scrolling v0.32.0 (2024-04-10) Enhancements...
Bumps [credo](https://github.com/rrrene/credo) from 1.7.0 to 1.7.5. Release notes Sourced from credo's releases. 1.7.5 Check it out on Hex: https://hex.pm/packages/credo/1.7.5 Fix --read-from-stdin not respecting :files/:included param Credo.Check.Readability.NestedFunctionCalls no longer crashes for...
Bumps [hammer](https://github.com/ExHammer/hammer) from 6.1.0 to 6.2.1. Changelog Sourced from hammer's changelog. 6.2.1 - 2024-02-23 Fix issue in OTP 26 and Elixir 1.15 by not using to_existing_atom in configuration Changed 6.2.0...
Hi! As I mention here: https://github.com/ExHammer/hammer-backend-redis/issues/39 we had problems using this with a Redis Cluster. Looking the documentation looks like the client connector needs to enable a cluster mode to...
conforms to the new api introduced in https://github.com/ExHammer/hammer/pull/72 and also improves performance somewhat by removing unnecessary GenServer processes
**Describe the bug** Recently we're trying to connect a redis cluster for use with Hammer, but we got an error that comes from Redix:  Following this: https://github.com/whatyouhide/redix/issues/240, looks like...
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.31.1 to 0.34.1. Changelog Sourced from ex_doc's changelog. v0.34.1 (2024-06-30) Enhancements Add a v shortcut to open/focus the version select Compatibility fixes for Elixir v1.17 and Erlang/OTP...
Bumps [credo](https://github.com/rrrene/credo) from 1.7.0 to 1.7.7. Release notes Sourced from credo's releases. v1.7.7 Check it out on Hex: https://hex.pm/packages/credo/1.7.7 Fix compatibility & compiler warnings with Elixir 1.17 Credo.Check.Design.SkipTestWithoutComment, Credo.Check.Refactor.PassAsyncInTestCases and...
Bumps [redix](https://github.com/whatyouhide/redix) from 1.3.0 to 1.5.1. Changelog Sourced from redix's changelog. v1.5.1 Bug fixes Fix a race condition that would cause connections to stop and not reconnect in cases where...