summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove unneccessary checkpid from SentinelConnectionPoolsentinel_pool_fixAndy McCurdy2019-03-141-12/+0
* actual 3.2.03.2.0Andy McCurdy2019-02-171-1/+1
* 3.2.0Andy McCurdy2019-02-171-1/+14
* test all selectors via pytest parameterizationhealty_connectionsAndy McCurdy2019-02-113-68/+151
* python2 compatAndy McCurdy2019-02-041-1/+1
* attempt to provide only healthy connections from the poolAndy McCurdy2019-02-044-21/+295
* Merge pull request #1129 from Chronial/feature/fix-exceptAndy McCurdy2019-02-011-4/+4
|\
| * Do not leave connections in invalid stateChronial2019-01-301-4/+4
* | Merge pull request #1130 from Junnplus/socket-patchAndy McCurdy2019-02-011-1/+1
|\ \
| * | use IPPROTO_TCP constant instead of SOL_TCP constantjunnplus2019-01-311-1/+1
| |/
* | Merge pull request #1131 from Junnplus/fix-typoAndy McCurdy2019-02-011-1/+1
|\ \
| * | fix typojunnplus2019-01-311-1/+1
| |/
* | readd the connection destructorAndy McCurdy2019-02-011-0/+6
* | changelogAndy McCurdy2019-01-311-1/+1
* | changelogAndy McCurdy2019-01-311-0/+7
* | Merge branch 'pythonparser'Andy McCurdy2019-01-312-11/+159
|\ \
| * | Improve how connection pools operate in forked/child proceeses.Andy McCurdy2019-01-312-29/+49
| * | Merge branch 'pr/1108' into pythonparserAndy McCurdy2019-01-282-3/+131
| |\ \ | | |/ | |/|
| | * Make PythonParser's on_disconnect consistent withAlexey Popravka2019-01-031-3/+1
| | * update test to expect errorsAlexey Popravka2019-01-031-5/+8
| | * Add failing tests to show difference between protocol parsers on_disconnectAlexey Popravka2019-01-031-0/+127
* | | 3.1.03.1.0Andy McCurdy2019-01-282-2/+2
|/ /
* | Merge pull request #972 from lamby/dont-assume-64-bit-server-in-testsAndy McCurdy2019-01-272-8/+20
|\ \
| * | Skip 64-bit specific tests. (Closes: #899)Chris Lamb2018-11-162-8/+20
* | | Connection URLs must have a valid scheme.Andy McCurdy2019-01-273-2/+12
* | | the fix to TimeoutErrors had a side affect on test teardownsAndy McCurdy2019-01-272-3/+8
* | | changelogAndy McCurdy2019-01-271-0/+2
* | | Merge pull request #1023 from ycraaron/1022-fix-retry-logicAndy McCurdy2019-01-271-2/+4
|\ \ \
| * | | put not outside of the parenthesesAaron Yang2018-09-021-2/+2
| * | | fix retry for PubSubAaron Yang2018-08-231-1/+2
| * | | pep8Aaron Yang2018-08-231-1/+2
| * | | fix retry logic for StricRedisAaron Yang2018-08-231-1/+1
* | | | changelogAndy McCurdy2019-01-271-0/+3
* | | | Merge pull request #1087 from oridistor/ssl_sniAndy McCurdy2019-01-271-5/+18
|\ \ \ \
| * \ \ \ Merge pull request #1 from RoeyPrat/roey-pycodestyle_oridistororidistor2018-11-271-4/+5
| |\ \ \ \
| | * | | | pycodestyle fixes to connection.pyRoey Prat2018-11-271-4/+5
| |/ / / /
| * | | | Made sure SSL SNI will not affect using redis-py in versions older than 2.7.9Ori Markovitch2018-11-261-9/+17
| * | | | Add SSL SNI supportDanni Moiseyev2018-11-261-5/+9
* | | | | Merge pull request #1043 from Siecje/reprAndy McCurdy2019-01-271-1/+1
|\ \ \ \ \
| * | | | | Fix ConnectionPool repr when using default valuesCody Scot2018-10-261-1/+1
* | | | | | Added a test for #1126Andy McCurdy2019-01-273-4/+6
* | | | | | Merge pull request #1126 from guybe7/geohash_fixAndy McCurdy2019-01-271-1/+7
|\ \ \ \ \ \
| * | | | | | GEOHASH response may contain None elementsGuy Benoish2019-01-231-1/+7
* | | | | | | Fixes #1116Andy McCurdy2019-01-272-1/+4
* | | | | | | Merge branch 'master' into xreadgroup_handle_nil_fieldsAndy McCurdy2019-01-272-1/+13
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge pull request #1120 from johntmyers/add-noackAndy McCurdy2019-01-102-1/+14
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Added noack option for XREADGROUPJohn T. Myers2019-01-102-1/+14
| |/ / / / /
* | | | | | Fix #1116 - trimmed stream causes exception on xreadgroup with id 0Xabier Eizmendi2019-01-102-0/+18
|/ / / / /
* | | | | Lock objects now support specifying token values and ownership checkingAndy McCurdy2019-01-023-2/+70
* | | | | typoAndy McCurdy2018-12-291-1/+1