Skip to content
This repository was archived by the owner on Jul 10, 2022. It is now read-only.

build(deps): bump django-redis from 4.12.1 to 5.0.0#183

Closed
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/pip/django-redis-5.0.0
Closed

build(deps): bump django-redis from 4.12.1 to 5.0.0#183
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/pip/django-redis-5.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 31, 2021

Bumps django-redis from 4.12.1 to 5.0.0.

Changelog

Sourced from django-redis's changelog.

Version 5.0.0

Date: 2021-05-30

  • supporting django 3.1 and django 3.2
  • dropped support for python 3.5
  • added support for python 3.9
  • started type hinting the codebase
  • ensure connections are closed
  • fixed ShardClient .clear() method
  • .delete() now returns boolean from django 3.1 onwards
  • disconnect connection pools on .close()
  • added support for redis sentinel
  • added .expire_at() method
  • fixed .incr() when ttl is None or when the number is larger than 64 bit
  • fixed .incr_version() when ttl is None
  • added .pttl() method to the clients to support milli-second precision for ttl of a key
  • added .pexpire() method to the clients to support milli-second precision for setting expiry of a key
Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 31, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 30, 2021

Superseded by #206.

@dependabot dependabot bot closed this Nov 30, 2021
@dependabot dependabot bot deleted the dependabot/pip/django-redis-5.0.0 branch November 30, 2021 22:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants