Skip to content

Migrate the frontend off aioredis #381

Description

@gaurav

The frontend Redis layer (node_normalizer/redis_adapter.py) is built on aioredis~=1.3.1, which is unmaintained (its functionality was folded into redis-py >= 4.2). redis-py >= 4.2 provides both asyncio and cluster support in one maintained package.

Migrating would let the frontend and the loader (now on synchronous redis-py) share a single client library, and would be a prerequisite for any future reintroduction of cluster mode (see documentation/Redis.md).

Context: node_normalizer/redis_adapter.py.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Relationships

None yet

Development

No branches or pull requests

Issue actions