Skip to content

Bump github.com/redis/rueidis from 1.0.77 to 1.0.78 - #255

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/redis/rueidis-1.0.78
Open

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/redis/rueidis-1.0.78

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps github.com/redis/rueidis from 1.0.77 to 1.0.78.

Release notes

Sourced from github.com/redis/rueidis's releases.

1.0.78

Changes

  • feat: add opt-in PreferClusterShards to use CLUSTER SHARDS before version 8
  • feat: add CLUSTERSCAN command builders
  • feat: add MSetEX helper
  • feat: provide rueidisaside ser/de funcs with context and cache key
  • feat: add InfoMap to rueidiscompat
  • feat: add GetToBuffer to rueidiscompat
  • feat: add SetFromBuffer to rueidiscompat for go-redis parity
  • feat: add SlowLogLen to rueidiscompat
  • feat: add ReplicaOf to rueidiscompat
  • fix: re-pick unfinished cluster commands between retry iterations
  • fix: close conns added to c.conns while cluster _refresh is unlocked
  • fix: parse AsIntMap values as base 10 (#1026)
  • fix: resolve the ?addr=:port shorthand against the primary host (#1025)
  • fix: prevent canceled rueidisaside cache fills from leaking locks (#1010)
  • fix: make rueidiscompatmock Cache() mockable via the expectation queue (#1023)
  • fix: avoid nil cache panic with disabled static-TTL multi-cache (#1024)
  • perf: consolidate keyless cluster commands onto one conn on retry
  • docs: mention ShardsRefreshInterval alongside SendToReplicas for cluster replicas

Contributors

We'd like to thank all the contributors who worked on this release!

@​DhruvilK7, @​Makarechi, @​NotAFlightRisk, @​SomSamantray, @​frozenbonito, @​kumariam-ai, @​kurochan, @​naoto-naka-safie, @​nelzblooket, @​rueian and @​sonalijhala-23

Commits
  • 6b32d4c feat: bump v1.0.78
  • 30a0a48 feat(cluster): add opt-in PreferClusterShards to use CLUSTER SHARDS before ve...
  • 4d7ae1a perf(cluster): consolidate keyless commands onto one conn on retry (#180)
  • 6a91742 provide ser/de funcs with context and cache key (#170)
  • f609aae valkeycompat: add ReplicaOf command support to adapter, pipeline (#168)
  • 9f024eb fix(cluster): re-pick unfinished commands between retry iterations (#151)
  • d58206e valkeycompat: add SlowLogLen support for adapter and pipeline (#167)
  • 7ef775c feat(cluster): add CLUSTERSCAN command definition and builders (#171)
  • 4528778 feat(valkeycompat): add SetFromBuffer for go-redis parity (#165)
  • ac33785 GetToBuffer code latest changes (#158)
  • Additional commits viewable in compare view

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 [github.com/redis/rueidis](https://github.com/redis/rueidis) from 1.0.77 to 1.0.78.
- [Release notes](https://github.com/redis/rueidis/releases)
- [Commits](redis/rueidis@v1.0.77...v1.0.78)

---
updated-dependencies:
- dependency-name: github.com/redis/rueidis
  dependency-version: 1.0.78
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Sep 21, 2026
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 go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants