requests-cache / aiohttp-client-cache

An async persistent cache for aiohttp requests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: Migrate to redis-py instead of aioredis for the Redis store

Drapersniper opened this issue · comments

Feature description

redis-py had Async support introduced in 4.2.x by merging aioredis into it

To migrate to it the change is as simple as from redis import asyncio as aioredis

Sure! Thanks for the heads up.

Done.