
Completely asynchronous, non-blocking client for a Redis server. It depends on trollius (asyncio compatible for PEP 3156). It supports Python 2 Trollius-using developers.
Features
* Works for the trollius asyncio-compatible (PEP3156) event loop
* No dependencies except trollius
* Connection pooling
* Automatic conversion from unicode (Python) to bytes (inside Redis.)
* Bytes and str protocols.
* Completely tested
* Blocking calls and transactions supported
* Streaming of some multi bulk replies
* Pubsub support
This package installs the library for Python 2.