Skip to content
This repository was archived by the owner on Aug 29, 2024. It is now read-only.

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 17, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
redis (changelog) "~> 4" -> "~> 5" age adoption passing confidence

Release Notes

redis/redis-rb (redis)

v5.3.0

Compare Source

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

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.

v5.0.8

Compare Source

  • 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

v5.0.7

Compare Source

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

v5.0.6

Compare Source

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

v5.0.5

Compare Source

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

v5.0.4

Compare Source

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

v5.0.3

Compare Source

  • Add OutOfMemoryError as a subclass of CommandError

v5.0.2

Compare Source

  • Fix Redis#close to properly reset the fork protection check.

v5.0.1

Compare Source

  • Added a fake Redis::Connections.drivers method to be compatible with older sidekiq versions.

v5.0.0

Compare Source

  • Default client timeout decreased from 5 seconds to 1 second.
  • Eagerly and strictly cast Integer and Float parameters.
  • Allow to call subscribe, unsubscribe, psubscribe and punsubscribe from a subscribed client. See #​1131.
  • Use MD5 for hashing server nodes in Redis::Distributed. This should improve keys distribution among servers. See #​1089.
  • Changed sadd and srem to now always return an Integer.
  • Added sadd? and srem? which always return a Boolean.
  • Added support for IDLE paramter in xpending.
  • Cluster support has been moved to a redis-clustering companion gem.
  • select no longer record the current database. If the client has to reconnect after select was used, it will reconnect to the original database.
  • Better support Float timeout in blocking commands. See #​977.
  • Redis.new will now raise an error if provided unknown options.
  • Removed positional timeout in blocking commands (BLPOP, etc). Timeout now must be passed as an option: r.blpop("key", timeout: 2.5)
  • Removed logger option.
  • Removed reconnect_delay_max and reconnect_delay, you can pass precise sleep durations to reconnect_attempts instead.
  • Require Ruby 2.5+.
  • Removed the deprecated queue and commit methods. Use pipelined instead.
  • Removed the deprecated Redis::Future#==.
  • Removed the deprecated pipelined and multi signature. Commands now MUST be called on the block argument, not the original redis instance.
  • Removed Redis.current. You shouldn't assume there is a single global Redis connection, use a connection pool instead,
    and libaries using Redis should accept a Redis instance (or connection pool) as a config. E.g. MyLibrary.redis = Redis.new(...).
  • Removed the synchrony driver.
  • Removed Redis.exists_returns_integer, it's now always enabled.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 10am every weekday,before 4pm every weekday" in timezone Europe/London.

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/redis-5.x branch 2 times, most recently from 72c2383 to e86ba88 Compare March 17, 2023 18:53
@renovate renovate bot force-pushed the renovate/redis-5.x branch 4 times, most recently from 5abd028 to 345b0e9 Compare May 5, 2023 15:58
@renovate renovate bot force-pushed the renovate/redis-5.x branch from 345b0e9 to b159d0a Compare May 5, 2023 16:32
@renovate renovate bot force-pushed the renovate/redis-5.x branch from b159d0a to 59e62a6 Compare July 6, 2023 13:25
@renovate renovate bot force-pushed the renovate/redis-5.x branch from 59e62a6 to 119cb43 Compare September 26, 2023 08:52
@renovate renovate bot force-pushed the renovate/redis-5.x branch 6 times, most recently from 4a8b58d to 2269e2a Compare February 2, 2024 16:45
@renovate renovate bot force-pushed the renovate/redis-5.x branch from 2269e2a to cdd275e Compare February 8, 2024 14:49
@renovate renovate bot force-pushed the renovate/redis-5.x branch 12 times, most recently from 4e34ff7 to 24ae8e5 Compare February 26, 2024 00:17
@renovate renovate bot force-pushed the renovate/redis-5.x branch 2 times, most recently from 7a61ac6 to 41648eb Compare February 29, 2024 01:22
@renovate renovate bot force-pushed the renovate/redis-5.x branch from 80f4a72 to cfae3f8 Compare May 2, 2024 09:31
@renovate renovate bot force-pushed the renovate/redis-5.x branch 3 times, most recently from 1b3bf71 to bb05a60 Compare May 20, 2024 18:18
@renovate renovate bot force-pushed the renovate/redis-5.x branch 2 times, most recently from 6dc5986 to 71db832 Compare June 2, 2024 23:22
@renovate renovate bot force-pushed the renovate/redis-5.x branch 3 times, most recently from 35b0923 to faa0f33 Compare June 7, 2024 22:18
@renovate renovate bot force-pushed the renovate/redis-5.x branch 3 times, most recently from 069e63c to 87ff520 Compare June 18, 2024 02:07
@renovate renovate bot force-pushed the renovate/redis-5.x branch 3 times, most recently from 7e32cb8 to 6e9d8bc Compare June 26, 2024 22:06
@renovate renovate bot force-pushed the renovate/redis-5.x branch 3 times, most recently from fe4be6d to 7423d1b Compare July 15, 2024 16:20
@renovate renovate bot changed the title Update dependency redis to v5 Update dependency redis to v5 - autoclosed Jul 18, 2024
@renovate renovate bot closed this Jul 18, 2024
@renovate renovate bot deleted the renovate/redis-5.x branch July 18, 2024 01:23
@renovate renovate bot changed the title Update dependency redis to v5 - autoclosed Update dependency redis to v5 Jul 19, 2024
@renovate renovate bot reopened this Jul 19, 2024
@renovate renovate bot restored the renovate/redis-5.x branch July 19, 2024 15:43
@renovate renovate bot force-pushed the renovate/redis-5.x branch 3 times, most recently from 47bf3c4 to cb9a5a8 Compare July 24, 2024 20:11
@renovate renovate bot force-pushed the renovate/redis-5.x branch from cb9a5a8 to 7bab196 Compare July 29, 2024 00:02
@renovate renovate bot force-pushed the renovate/redis-5.x branch from 7bab196 to cfefed6 Compare August 20, 2024 16:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant