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
Contribute¶
- Issue Tracker: https://github.com/aio-libs/aioredis/issues
- Source Code: https://github.com/aio-libs/aioredis
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.