Update dependency django-redis to v5
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
django-redis | dependencies | major |
^4.12.1 -> ^5.0.0
|
Release Notes
jazzband/django-redis
v5.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 isNone
or when the number is larger than 64 bit - fixed
.incr_version()
when ttl isNone
- 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
Renovate configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Tine Wittler
Merge request reports
Activity
assigned to @nik
added 13 commits
-
e5f0b3b7...c6c2c474 - 12 commits from branch
master
- 6af769bc - Update dependency django-redis to v5
-
e5f0b3b7...c6c2c474 - 12 commits from branch
added 12 commits
-
6af769bc...a3962169 - 11 commits from branch
master
- 25d4772d - Update dependency django-redis to v5
-
6af769bc...a3962169 - 11 commits from branch
added 36 commits
-
25d4772d...40563631 - 35 commits from branch
master
- 408c9ac5 - Update dependency django-redis to v5
-
25d4772d...40563631 - 35 commits from branch
enabled an automatic merge when the pipeline for 408c9ac5 succeeds
mentioned in commit 924f35f0
Please register or sign in to reply