aio-libs-abandoned / aioredis-py

asyncio (PEP 3156) Redis support
https://aioredis.readthedocs.io/
MIT License
2.3k stars 336 forks source link

Too many simultaneous connections #1488

Open johnrichardrinehart opened 1 year ago

johnrichardrinehart commented 1 year ago

Describe the bug

It appears that, at least in some cases, the default number of active connections to a redis instance could be as many as 2^31. It also appears that this caused a problem in production when ~2000 Cloud Run instances saturated 65,000 available connections to our Memorstore (GCP Redis) instance.