a-luna / fastapi-redis-cache

A simple and robust caching solution for FastAPI that interprets request header values and creates proper response header values (powered by Redis)
MIT License
152 stars 24 forks source link

add async support for redis #73

Closed wangxin688 closed 1 year ago

wangxin688 commented 1 year ago

since redis-py is support async natively, is there any plan to add async support? That will be more powerful intergrated with FastAPI.

wangxin688 commented 1 year ago

duplicate with #69