aioredis

asyncio (PEP 3156) Redis support.

The library is intended to provide simple and clear interface to Redis based on asyncio.

Features

  • Connections pool
  • Low-level & high-level API
  • hiredis parser

Note

High-level API is under development

Installation

The easiest way to install aioredis is by using the package on PyPi:

pip install aioredis

Requirements

Contribute

Feel free to file an issue or make pull request if you find any bugs or have some suggestions for library improvement.

License

The aioredis is offered under MIT license.


Indices and tables