Skip to content

Bump redix from 1.6.0 to 1.8.0 - #109

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/hex/redix-1.8.0
Closed

Bump redix from 1.6.0 to 1.8.0#109
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/hex/redix-1.8.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps redix from 1.6.0 to 1.8.0.

Changelog

Sourced from redix's changelog.

v1.8.0

  • Introduce the :address_mapper option in Redix.Cluster.

v1.7.0

  • Introduce :primary_pool_size and :replica_pool_size options for Redix.Cluster. These let you configure per-node pool size, so that you can increase the Elixir-side concurrency in a Redis Cluster setup. Redis is still single-threaded, so apply this only when it makes sense. Defaults have not changed, so a Redix.Cluster connection started without these explicit options defaults to one connection per primary and one per replica (if :read_from_replicas is set).
  • Add a few Redix.Cluster-related telemetry events.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [redix](https://github.com/whatyouhide/redix) from 1.6.0 to 1.8.0.
- [Changelog](https://github.com/whatyouhide/redix/blob/main/CHANGELOG.md)
- [Commits](https://github.com/whatyouhide/redix/commits/v1.8.0)

---
updated-dependencies:
- dependency-name: redix
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Aug 24, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 24, 2026 17:02
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Aug 24, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #110.

@dependabot dependabot Bot closed this Sep 7, 2026
@dependabot
dependabot Bot deleted the dependabot/hex/redix-1.8.0 branch September 7, 2026 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code

Development

Successfully merging this pull request may close these issues.

0 participants