summaryrefslogtreecommitdiff
path: root/tests/test_connection_pool.py
Commit message (Expand)AuthorAgeFilesLines
* Remove from __future__ import with_statementJon Dufresne2018-11-031-1/+0
* Fix parsing max_connections URL query string parameterMichał Masłowski2018-05-231-1/+2
* PEP8 fixesTim Savage2016-03-291-3/+11
* Extend ConnectionPool.to_url to parse querystring arguments to correct type.Tim Savage2016-03-291-1/+38
* Handle percent-encoded URLs in parsing codePaul Keene2015-02-091-0/+45
* consistent naming, #446Andy McCurdy2014-05-141-3/+5
* allow cert_reqs to be a string and convert it to the appropriate SSL constant.Andy McCurdy2014-05-131-0/+26
* Cleaned up URL parsing code, now returns ConnectionPool instances.Andy McCurdy2014-05-111-187/+191
* Merge branch 'pr/436'Andy McCurdy2014-05-111-0/+145
|\
| * pep8 fixeswil paredes2014-02-091-12/+12
| * add from_url() classmethod to ConnectionPool and BlockingConnectionPool, add ...wil paredes2014-02-091-0/+145
* | SentinelManagedConnections to master servers disconnect on READONLY errors.Andy McCurdy2014-05-061-0/+6
* | better error handling with hiredis. fully fixes #456Andy McCurdy2014-04-211-15/+14
* | mostly fixes #456. there's still an issue w/ hiredis and multi-bulk repliesAndy McCurdy2014-04-101-0/+31
* | DEBUG LOADING was released in 2.8.8, so skip test with earlier versionsAndy McCurdy2014-03-311-2/+1
* | make sure we know the order of expected subscribe/unsubscribe messagesAndy McCurdy2014-03-291-3/+0
* | make sure hiredis parser raises connection errorsAndy McCurdy2014-03-101-1/+18
|/
* Move repr to Connection and UnixDomainConnection. Add repr support to Redis, ...Mark Roberts2013-11-051-7/+52
* 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
* python 2.5 compatandy2013-06-051-0/+1
* connection pool testsandy2013-06-041-0/+107