Pooling in aioredis may be dangerous

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • aioredis

    Discontinued asyncio (PEP 3156) Redis support

  • First, it was aioredis library. We are using sentinel based client because with this we can achieve failover easily. Aioredis spawn pool of connections, that transparently reconnects (and here third thing — FOREVER, hello DDOS) to our sentinel nodes, and then to master node. It supposed to do so. Also, we found that if you are not limiting maximum connections count, library will do it for you and set it as 2 ** 31 (here you can see it) — this is fourth thing. Furthermore, pool in our version (2.0.1) not closing automatically, and it makes the problem worse.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Tips using Redis with FastAPI

    1 project | /r/FastAPI | 14 Mar 2021
  • Differences from Psycopg2

    1 project | news.ycombinator.com | 10 Oct 2023
  • Asyncpg – A Fast PostgreSQL Database Client Library for Python/Asyncio

    1 project | news.ycombinator.com | 29 Sep 2023
  • PgBouncer is useful, important, and fraught with peril

    2 projects | news.ycombinator.com | 8 Sep 2023
  • Library to connect Python to Postgresql

    1 project | /r/learnpython | 4 May 2023