fastapi-cache icon indicating copy to clipboard operation
fastapi-cache copied to clipboard

Fix redis package in some places

Open jegork opened this issue 1 year ago • 0 comments

Hello!

README.md example usedold aioredis, I have updated it to use redis-py. Also, the poetry extra dependency for 'redis' had aioredis and not normal redis, leading to aioredis being installed on

pip install "fastapi-cache2[redis]"

jegork avatar Jul 31 '22 21:07 jegork