- Support for Django cache framework.
- Dropping support for Python 2 < 2.7, and Python 3 < 3.4.
etag
,max_age
, andexpiry
can take functions.
- Fixed bug where Redis timeout sleep could be negative.
- Use getfullargspec in Python 3.
- Fixed bug where kwargs were not passed through.
- Renamed
maxage
parameter tomax_age
. - Methods can now be decorated.
- Partials can be created from decorated functions.
- Python 3 compatibility.
- Start of versioned history; first release.