aredis is an effecient and user-friendly async client.
1. It can be used howerver you install hiredis or not.
2. aredis' API are mostly ported from redis-py, which is easy to use indeed and make it easy to port your code with asyncio
3. aredis can be run both with asyncio and uvloop, the latter can double the speed of your async code.http://github.com/NoneGG/aredis