- add strict redis support
- transaction support
- shard key generate function now support md5 and sha1 .
- add Redis Sentinel support
- remove gevent dependency
- better pipeline support
- add evel method
- add python3 support
- add mset support
- add mget support ,thks to @Yuekui
- add an reshard example
- tidy the pipeline code
- add more shard methods
- add append and getrange method, thks @simon-liu
- use new redis url config instead of dict
- Add many new methods, support socket_timeout and password
- modify hash key algor, support suffix match, thks to dkong
- support more redis methods, include keys.
- support 2.4.X version of redis-py
- add MANIFEST.in file
- create hashring use server's name config.
- first version