summaryrefslogtreecommitdiff
path: root/tests/test_connection_pool.py
Commit message (Expand)AuthorAgeFilesLines
* Added support for MONITOR in clusters (#1756)Bar Shaul2021-12-021-6/+6
* Fixing lint merge issue (#1770)Chayim2021-12-021-2/+2
* Allow overriding connection class via keyword arguments (#1752)Maksim Novikov2021-12-021-0/+18
* Added black and isort (#1734)Anas2021-11-301-278/+291
* Adding RedisCluster client to support Redis Cluster Mode (#1660)Bar Shaul2021-11-251-0/+5
* Fixes to allow --redis-url to pass through all tests (#1700)Chayim2021-11-111-1/+11
* Unit test fixes to carry pytest options through all tests (#1696)Chayim2021-11-101-8/+9
* Removing the REDIS_6_VERSION placeholder (#1582)Chayim2021-10-111-6/+6
* All values within Redis URLs are url-unquoted via default.Andy McCurdy2020-08-151-114/+16
* Remove support for end-of-life Python 2.7 (#1318)Jon Dufresne2020-08-061-10/+10
* rename absurdly long test nameAndy McCurdy2020-07-151-1/+1
* Attempt to fix a timing bugAndrew Brookins2020-07-141-1/+1
* Fix flake8 errorsAndrew Brookins2020-07-091-1/+1
* Pass the master hostname to testsAndrew Brookins2020-07-091-16/+26
* Fix typo (missing space) in exception message (#1334)Jon Dufresne2020-04-281-1/+5
* constant for redis 6 RC candidates in tests.Andy McCurdy2020-03-121-6/+6
* remove Redis and ConnectionPool __eq__ comparisonAndy McCurdy2020-02-011-41/+0
* Added the 'ssl_check_hostname' option.Andy McCurdy2019-12-291-0/+8
* Allow setting client_name during connection construction.Peter van Dijk2019-12-291-7/+38
* Added support for ACL commandsAndy McCurdy2019-12-281-0/+82
* Add equality test on Redis client and conn pool (#1240)Rajiv Bakulesh Shah2019-11-111-0/+41
* PING/PONG health checksAndy McCurdy2019-07-281-1/+178
* Ability to create a client that uses a single connectionAndy McCurdy2019-07-231-4/+15
* Use nonblocking sockets instead of selectors for healthy connectionsAndy McCurdy2019-07-091-2/+2
* All authentication-related errors now raise AuthenticationErrorAndy McCurdy2019-06-031-0/+14
* test all selectors via pytest parameterizationhealty_connectionsAndy McCurdy2019-02-111-48/+0
* attempt to provide only healthy connections from the poolAndy McCurdy2019-02-041-5/+66
* Connection URLs must have a valid scheme.Andy McCurdy2019-01-271-0/+4
* remove legacy Redis classAndy McCurdy2018-11-131-1/+1
* 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