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: 2299, Watchers: 2299, Forks: 336, Open Issues: 95The aio-libs-abandoned/aioredis-py
repo was created 10 years ago and the last code push was 1 years ago.
The project is very popular with an impressive 2299 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.
GitHub Issues
The aioredis package has 95 open issues on GitHub
- Bump mkdocs-material from 7.3.6 to 8.1.8
- Bump pytest-asyncio from 0.16.0 to 0.17.2
- RuntimeError: Task <Task pending name='Task-11' coro=…> got Future <Future pending> attached to a different loop
- Bump mypy from 0.910 to 0.931
- Redis Cluster Support and Redis-py 4.1.0rc1
- [pre-commit.ci] pre-commit autoupdate
- Some arguments missing in API comparing to redis-py and Redis commands
- Add auto_close_connection_pool and close_connection_pool in Redis.close()
- Bump mkdocstrings from 0.16.2 to 0.17.0
- Bump mkdocs-autorefs from 0.3.0 to 0.3.1
- redistimeseries integration?
- Bump peter-evans/create-pull-request from 3.11.0 to 3.12.0
- subscription callback function cannot be coroutine or awaitable
- await asyncio.create_task(pubsub.run()) gives RuntimeError if no subscriptions are present
- GETDEL command