Andrei Antoukh is announcing that django-redis with version number 4.2.0 is already available to download.
What is django-redis ?
django-redis is A Django module for working with Redis, a basic abstraction layer for storing data in a local or remote Redis database storage system .
This package is an evolution of an older (abandoned) Django package for Redis, django-redis-cache.On top of the older code, some new features have been added, to keep track with the recent changes introduced with the newer versions of Redis.The package works with both major Python versions, 2.x and 3.x, all from the same codebase.
This is changelog for django-redis version 4.2.0 :
- Remove usage of deprecated `get_cache` method.
- Added connection option SOCKET_CONNECT_TIMEOUT. [Jorge C. Leitão].
- Replace setex and friends with set, because it now supports all need for atomic. updates (thanks to @23doors) (re revert changes from 3.8.x branch).
- Fix Django 1.8 compatibilities.
You can read the complete changelog and also download this latest version on their homepage:
niwibe.github.io