- Add support for django's ``KEY_FUNCTION`` and ``REVERSE_KEY_FUNCTION`` (by teferi) - Accept float value for socket timeout. - Fix wrong behavior of ``DJANGO_REDIS_IGNORE_EXCEPTIONS`` with socket timeouts. - Backward incompatible change: now raises original exceptions instead of self defined.
3.6.2
==================
- Add ttl method purposed to be included in django core. - Add iter_keys method that uses redis scan methods for memory efficient keys retrieval. - Add version keyword parameter to keys. - Deprecate django 1.3.x support.
3.6.1
==================
- Fix wrong import on sentinel client.
3.6.0
==================
- Add pluggable connection factory. - Negative timeouts now works as expected. - Delete operation now returns a number of deleted items instead of None.