* Bug fix for handling TTL response from Redis when key doesn’t exist * Support Memcache over unix domain socket * Support Memcache cluster * Pass through constructor keyword arguments to underlying storage constructor(s) * CI & test improvements
1.4.1
------ Release Date: 2019-12-15
* Bug fix for implementation of clear in MemoryStorage not working with MovingWindow
1.4
---- Release Date: 2019-12-14
* Expose API for clearing individual limits * Support for redis over unix domain socket * Support extra arguments to redis storage
1.3
------ Release Date: 2018-01-28
* Remove pinging redis on initialization
1.2.1
------ Release Date: 2017-01-02
* Fix regression with csv as multiple limits
1.2.0
------ Release Date: 2016-09-21
* Support reset for RedisStorage * Improved rate limit string parsing