* bitfield set/get/incrby/overflow supported * new command `hstrlen` supported * new command `unlink` supported * new command `touch` supported
<a name="1.0.5"></a>
1.0.5
* fix bug in setup.py when using pip to install aredis
<a name="1.0.4"></a>
1.0.4
* add support for command `pubsub channel`, `pubsub numpat` and `pubsub numsub` * add support for command `client pause` * reconsitution of commands to make develop easier(which is transparent to user)
<a name="1.0.2"></a>
1.0.2
* add support for cache (Cache and HerdCache class) * fix bug of `PubSub.run_in_thread`
<a name="1.0.1"></a>
1.0.1
* add scan_iter, sscan_iter, hscan_iter, zscan_iter and corresponding unit tests * fix bug of `PubSub.run_in_thread` * add more examples * change `Script.register` to `Script.execute`