Skip to content

chore(deps): bump redix from 1.8.2 to 1.9.1 - #241

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/hex/redix-1.9.1
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/hex/redix-1.9.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 19, 2026

Copy link
Copy Markdown

Bumps redix from 1.8.2 to 1.9.1.

Changelog

Sourced from redix's changelog.

v1.9.1

  • Keep Redix.Cluster node pools when DNS returns a different address or address order for the same hostname. Use all resolved IPv4 and IPv6 addresses to match redirects to known pools, with no DNS lookup in command routing. This results in significant less connection/reconnection churn for setups like AWS ElastiCache in serverless mode.
  • Add :changed metadata to [:redix, :cluster, :topology_change]. The event still runs after every successful refresh.
  • Node IDs in cluster telemetry now keep hostnames from CLUSTER SLOTS after address mapping, instead of resolved IPs.

v1.9.0

  • Add Redix.Cluster.hash_slot/1, which exposes the hashing algorithm used by Redix.Cluster.
  • Add :cluster metadata field to connection-specific telemetry events (only if connections are part of a cluster).
  • Support for resolving multiple peer addresses from an initial address. Redix now supports two strategies: :system, which tries resolved addresses in the order returned by the system resolver, or :random, which shuffles addresses every time. This comes in conjunction with a new :connect_timeout_allocation option which lets you control how long Redix attempts to connect to each address. This change should improve usage of Redix against some servers, such as AWS ElastiCache in serverless mode.
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.8.2 to 1.9.1.
- [Changelog](https://github.com/whatyouhide/redix/blob/main/CHANGELOG.md)
- [Commits](whatyouhide/redix@v1.8.2...v1.9.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Sep 19, 2026
@chatgpt-codex-connector

Copy link
Copy Markdown

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Credits must be used to enable repository wide code reviews.

@coderabbitai

coderabbitai Bot commented Sep 19, 2026

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Advanced

Run ID: cf2c477d-e01a-431a-b659-2c90dbd1d3b2

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants