Skip to content

Update dependency channels-redis to v4 (develop)

RenovateBot requested to merge renovate/develop-channels-redis-4.x into develop

This MR contains the following updates:

Package Type Update Change
channels-redis dependencies major ==3.4.1 -> ==4.0.0

Release Notes

django/channels_redis

v4.0.0

Compare Source

Version 4.0.0 migrates the underlying Redis library from aioredis to redis-py. (aioredis was retired and moved into redis-py, which will host the ongoing development.)

The API is unchanged. Version 4.0.0 should be compatible with existing Channels 3 projects, as well as Channels 4 projects.

  • Migrated from aioredis to redis-py.

  • Added support for passing kwargs to sentinel connections.

  • Updated dependencies and obsolete code.


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 this update again.


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

This MR has been generated by Renovate Bot.

Merge request reports