summaryrefslogtreecommitdiff
path: root/tests/test_connection_pool.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Move repr to Connection and UnixDomainConnection. Add repr support to Redis, ↵Mark Roberts2013-11-051-7/+52
| | | | ConnectionPool, and BlockingConnectionPool
* Add support for showing db connection info via reprMark Roberts2013-11-011-0/+6
|
* Errors during auth or DB select now close the socketAndy McCurdy2013-09-081-0/+17
| | | | Fixes #368
* python 2.5 compatandy2013-06-051-0/+1
|
* connection pool testsandy2013-06-041-0/+107