MCPcopy
hub / github.com/redis/redis-py / MaxConnectionsError

Class MaxConnectionsError

redis/exceptions.py:267–273  ·  view source on GitHub ↗

Raised when a connection pool has reached its max_connections limit. This indicates pool exhaustion rather than an actual connection failure.

Source from the content-addressed store, hash-verified

265
266
267class MaxConnectionsError(ConnectionError):
268 """
269 Raised when a connection pool has reached its max_connections limit.
270 This indicates pool exhaustion rather than an actual connection failure.
271 """
272
273 pass
274
275
276class CrossSlotTransactionError(RedisClusterException):

Calls

no outgoing calls