- Fix hash tags
- Made Redis URL parsing smarter (@huntrax11 )
- Compact with python 3.8
- Compact with redis-py 3.0.0+
- Allow for bytes based keys in Python3 (@gmr)
- Fix crc-32 calculation per Python
- fix md5 hash_method occus NameError on python3
- max_connections can now be set when instantiating client instance, and has a default value 100.
- 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