Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Support maxclients error #186 #325

Merged
merged 3 commits into from
Nov 14, 2017
Merged

Support maxclients error #186 #325

merged 3 commits into from
Nov 14, 2017

Commits on Nov 14, 2017

  1. Support for MaxClientsError for connection and pool #186

    When a new connection tries to get connected to the redis server and it
    has been configured with a maximum number of connections, the client
    will get a `MaxClientsError` exception if this limit is reached out.
    
    Also if a pool initialization with a `min_size` that can meet the
    requirements - beucase of that limit u others issues - the pool creation
    will return also a `MaxClientsError`.
    pfreixes authored and popravich committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    cbe5015 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4faefb View commit details
    Browse the repository at this point in the history
  3. fix tests (await syntax)

    popravich committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    29c360b View commit details
    Browse the repository at this point in the history