{"library":"aioredis","type":"library","category":null,"description":"aioredis is an `asyncio` (PEP 3156) Redis client library providing asynchronous support for Redis. Currently at version 2.0.1, it underwent a complete rewrite in version 2.0.0 to align its API closely with the `redis-py` library, making it easier to adapt synchronous `redis-py` code for async applications. It is actively maintained with frequent updates.","language":"python","status":"active","version":"2.0.1","tags":["async","redis","asyncio","database","cache","client"],"last_verified":"Thu May 21","install":[{"cmd":"pip install aioredis","imports":["import aioredis\nredis = aioredis.from_url(...)","from aioredis import Redis\nredis = Redis(connection_pool=...)","from aioredis import ConnectionPool\npool = ConnectionPool.from_url(...)"]},{"cmd":"pip install aioredis hiredis","imports":[]}],"homepage":null,"github":"https://github.com/aio-libs/aioredis-py","docs":null,"changelog":null,"pypi":"https://pypi.org/project/aioredis/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":70,"avg_install_s":1.7,"avg_import_s":1,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/aioredis/compatibility"}}