Changes
-------


0.1.2 (2014-10-15)
^^^^^^^^^^^^^^^^^^
* Changed Reader interface to be similar to hiredis;

* Most methods from high level interface now returns Future;

* Connection pool, works as drop in replacement to high level connection;

* added more docstrings;


0.1.1 (2014-09-06)
^^^^^^^^^^^^^^^^^^
* Improved protocol parser;

* Added type checking in high-level commands;

* Added check for None arguments in connection execute command;


0.1.0 (2014-08-17)
^^^^^^^^^^^^^^^^^^
* Initial release;
