Skip to content

Update Redis Gems to '~> 5.2.0'

This MR contains the following updates:

Package Update Change
redis (changelog) minor '~> 5.0.0' -> '~> 5.2.0'
redis-clustering (source, changelog) minor '~> 5.0.0' -> '~> 5.2.0'

MR created with the help of gitlab-org/frontend/renovate-gitlab-bot


Release Notes

redis/redis-rb (redis)

v5.2.0

Compare Source

  • 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.

v5.1.0

Compare Source

  • 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.
redis/redis-rb (redis-clustering)

v5.2.0

Compare Source

v5.1.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about these updates again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by GitLab Dependency Bot

Merge request reports