You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for django 4 (#627 <https://github.com/jazzband/django-redis/issues/627>_)
Bug Fixes
Access django_redis.cache.DJANGO_REDIS_SCAN_ITERSIZE and django_redis.client.herd.CACHE_HERD_TIMEOUT in runtime to not read Django settings in import time. (#638 <https://github.com/jazzband/django-redis/issues/638>_)
Skipping pickle serializer test for django >= 4.2 (#646 <https://github.com/jazzband/django-redis/issues/646>_)
Miscellaneous
Speed up deleting multiple keys by a pattern with pipelines and larger itersize (#609 <https://github.com/jazzband/django-redis/issues/609>_)
Print full exception traceback when logging ignored exceptions (#611 <https://github.com/jazzband/django-redis/issues/611>_)