==================
- Fix exception name from ConnectionInterrumped to
ConnectionInterrupted maintaining an old exception class
for backward compatibility (thanks Łukasz Langa (ambv))
- Fix wrong behavior for "default" parameter on get method
when DJANGO_REDIS_IGNORE_EXCEPTIONS is True
(also thanks to Łukasz Langa (ambv)).
- Now added support for replication setups to default client (it still
experimental because is not tested in production environments).
- Merged SimpleFailoverClient experimental client (only for
experiment with it, not ready for use in production)
- Django 1.6 cache changes compatibility. Explicitly passing in
timeout=None no longer results in using the default timeout.
- Major code cleaning. (Thanks to Bertrand Bordage BertrandBordage)
- Bugfixes related to some index error on hashring module.