requests-cache / aiohttp-client-cache

An async persistent cache for aiohttp requests
MIT License
122 stars 22 forks source link

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

Closed Drapersniper closed 2 years ago

Drapersniper commented 2 years ago

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

JWCook commented 2 years ago

Sure! Thanks for the heads up.

JWCook commented 2 years ago

Done.