
aioredis provides a simple and clear interface to Redis based on asyncio.
0
asyncio (PEP 3156) Redis support
Contents
Aioredis is now in redis-py 4.2.0rc1+ 🚨🚨
Stars: 2297, Watchers: 2297, Forks: 328, Open Issues: 95The aio-libs-abandoned/aioredis-py repo was created 11 years ago and the last code push was 2 years ago.
The project is very popular with an impressive 2297 github stars!
How to Install aioredis
You can install aioredis using pip
pip install aioredis
or add it to a project with poetry
poetry add aioredis
Package Details
- Author
- License
- MIT
- Homepage
- https://github.com/aio-libs/aioredis-py
- PyPi:
- https://pypi.org/project/aioredis/
- GitHub Repo:
- https://github.com/aio-libs/aioredis
Classifiers
- Software Development
- Software Development/Libraries
Related Packages
Errors
A list of common aioredis errors.
Code Examples
Here are some aioredis code examples and snippets.
pythonfix







