This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
django-redis | dependencies | major |
^4.12.1 -> ^5.0.0
|
v5.0.0
Date: 2021-05-30
ShardClient
.clear()
method.delete()
now returns boolean from django 3.1 onwards.close()
.expire_at()
method.incr()
when ttl is None
or when the number is larger than 64 bit.incr_version()
when ttl is None
.pttl()
method to the clients to support milli-second precision for
ttl of a key.pexpire()
method to the clients to support milli-second precision
for setting expiry of a keyThis MR has been generated by Renovate Bot.