fastapi_cache
fastapi_cache copied to clipboard
Upgrade aioredis to 2.x
aioredis 2.x introduces breaking changes in API
-
poo_min_sizeis dropped, the connection pool is now lazy filled, not pre-filled - whether decode or not is decided globally, could not be changed on each top level api (like
Redis.get())