fastapi_cache icon indicating copy to clipboard operation
fastapi_cache copied to clipboard

Upgrade aioredis to 2.x

Open laggardkernel opened this issue 4 years ago • 0 comments

aioredis 2.x introduces breaking changes in API

  • poo_min_size is 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())

laggardkernel avatar Sep 30 '21 07:09 laggardkernel