# aio-libs-abandoned/aioredis-py

asyncio (PEP 3156) Redis support

Repository: https://github.com/aio-libs-abandoned/aioredis-py
Canonical: https://ross.abutalabs.com/products/aioredis-py
Homepage: https://aioredis.readthedocs.io/
Language: Python
License: MIT
License Family: permissive
Topics: python-3, asyncio, redis, redis-sentinel, python, redis-client, aioredis, python3, python36, python37, python38, python39, hacktoberfest, python310
Archived: true
Last push: 2023-02-20T15:57:25+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4483, "days_push": 1290, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2282, forks 325 (observed 2026-08-28T04:06:33.941692+00:00)

## What it is
aioredis is an asyncio (PEP 3156) Redis client library for Python providing low-level and high-level APIs, connection pooling, pipelining, Pub/Sub, Sentinel, ACL, and Streams support. The project has been merged into redis-py (4.2.0+) as redis.asyncio and is no longer maintained.

## Use cases
- use redis from async python code
- asyncio redis client with connection pooling
- pub/sub messaging with redis in async apps
- redis sentinel support for asyncio applications
- pipeline and multi/exec transactions over async redis
- migrate aioredis imports to redis.asyncio

## When to choose
- maintaining legacy code that already depends on aioredis
- reading or auditing an existing codebase using aioredis

## When to avoid
- starting any new project - use redis-py's redis.asyncio instead
- you need Redis Cluster support
- you need support for Python 3.11+ or recent Redis server versions

## Facets
- artifact type: library
- maturity: abandoned
- function: database-driver, caching
- domain: databases, backend, developer-tools
- platform: python, cross-platform
- tags: redis, asyncio, redis-client, redis-sentinel, pubsub, hiredis, deprecated, merged-into-redis-py

## Member repositories
- aio-libs-abandoned/aioredis-py (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:33.941692+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:41:19.478947+00:00, confidence not recorded.
  - readme: https://github.com/aio-libs-abandoned/aioredis-py (fetched 2026-08-28T04:06:33.941692+00:00, sha b3e6b4e28d9d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
