- Allow usage of setuptools
- Upgrade to latest hiredis including basic Windows support
- Expose hiredis maxbuf settings in python
- Updated with hiredis 0.12.1 — now only uses Redis parser, not entire library (#30).
- Fix memory leak when many reader instances are created (see #26).
- Allow any buffer compatible object as argument to feed (see #22).
- Allow
protocolError
andreplyError
to be any type of callable (see #21).
- Upgrade hiredis to 0.11.0 to support deeply nested multi bulk replies.