Skip to content

Bump redis from 4.8.1 to 5.4.1 - #2280

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/redis-5.4.1
Open

Bump redis from 4.8.1 to 5.4.1#2280
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/redis-5.4.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps redis from 4.8.1 to 5.4.1.

Changelog

Sourced from redis's changelog.

5.4.1

  • Properly handle NOSCRIPT errors.

5.4.0

  • Fix blmpop method to actually use BLMPOP, it was mistakenly issuing LMPOP commands.
  • xadd now accepts a minid: argument.
  • zrank and zrevrank now accepts with_score: argument.
  • Redis#call now accept a block, allowing to use Redis instances where RedisClient is expected.

5.3.0

  • Fix the return type of hgetall when used inside a multi transaction which is itself inside a pipeline.

5.2.0

  • Now require Ruby 2.6 because redis-client does.
  • Eagerly close subscribed connection when using subscribe_with_timeout. See #1259.
  • Add exception flag in pipelined allowing failed commands to be returned in the result array when set to false.

5.1.0

  • multi now accept a watch keyword argument like redis-client. See #1236.
  • bitcount and bitpos now accept a scale: argument on Redis 7+. See #1242
  • Added expiretime and pexpiretime. See #1248.

5.0.8

  • Fix Redis#without_reconnect for sentinel clients. Fix #1212.
  • Add sentinel_username, sentinel_password for sentinel clients. Bump redis-client to >=0.17.0. See #1213

5.0.7

  • Fix compatibility with redis-client 0.15.0 when using Redis Sentinel. Fix #1209.

5.0.6

  • Wait for an extra config.read_timeout in blocking commands rather than an arbitrary 100ms. See #1175.
  • Treat ReadOnlyError as ConnectionError. See #1168.

5.0.5

  • Fix automatic disconnection when the process was forked. See #1157.

5.0.4

  • Cast ttl argument to integer in expire, setex and a few others.

5.0.3

... (truncated)

Commits
  • 6784a32 Release 5.4.1
  • c205a8c Require redis-client earlier
  • 16c7855 Merge pull request #1312 from redis/translate-ensure-connected
  • 08a3290 Fix without_reconnect to wrap redis-client exceptions
  • 8408c03 Update redis release URL
  • 317a020 Merge pull request #1311 from redis/specialize-evalsha-noscript-error
  • d9f004f Fix a mistake in test_hrandfield
  • 57c79c2 Handle RedisClient::NoScriptError
  • 082d198 Release 5.4.0
  • 00f7a9f Merge pull request #1310 from redis/fix-blmpop
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
redis [>= 5.a, < 6]

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Aug 11, 2026
@dependabot
dependabot Bot force-pushed the dependabot/bundler/redis-5.4.1 branch from 992807d to 05717ff Compare August 11, 2026 11:16
Bumps [redis](https://github.com/redis/redis-rb) from 4.8.1 to 5.4.1.
- [Release notes](https://github.com/redis/redis-rb/releases)
- [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md)
- [Commits](redis/redis-rb@v4.8.1...v5.4.1)

---
updated-dependencies:
- dependency-name: redis
  dependency-version: 5.4.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/bundler/redis-5.4.1 branch from 05717ff to 3c65171 Compare August 11, 2026 13:53
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 ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants