summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* increment version for #1137 debuggingnonblockingAndy McCurdy2019-06-051-1/+1
* test to ensure a ConnectionError is raised when a pubsub connection diesAndy McCurdy2019-06-011-0/+13
* don't rewrite ConnectionErrors as they might be subclasses.Andy McCurdy2019-06-011-1/+1
* better error handlingAndy McCurdy2019-06-011-18/+26
* don't raise socket_error on can_read() callsAndy McCurdy2019-06-011-1/+2
* easier to just pass timeout values around rather than confusing block boolsAndy McCurdy2019-06-011-30/+37
* fix variable nameAndy McCurdy2019-06-011-1/+1
* rough implementation of using nonblocking sockets instead of selectorsAndy McCurdy2019-06-015-369/+92
* changelogAndy McCurdy2019-05-291-0/+3
* Pass encoding_errors setting to hiredis (>=1.0.0) (#1162)Brian Candler2019-05-292-0/+18
* changelogAndy McCurdy2019-05-281-0/+3
* case insensitive response callbacks.Andy McCurdy2019-05-282-1/+32
* changelogAndy McCurdy2019-05-281-0/+2
* remove Token class in favor of bytestringremove_tokenAndy McCurdy2019-05-283-126/+89
* cleanup MONITOR docsAndy McCurdy2019-05-282-7/+9
* fix py2 compatmonitorAndy McCurdy2019-05-261-2/+3
* add tests for encoding issues and fix bugs foundAndy McCurdy2019-05-262-6/+13
* monitor command now has full command text. test suite improvedAndy McCurdy2019-05-262-8/+41
* Merge branch 'master' into monitorAndy McCurdy2019-05-261-2/+4
|\
| * Merge pull request #1152 from aachurin/masterAndy McCurdy2019-04-291-2/+4
| |\
| | * Update client.pyaachurin2019-03-161-2/+4
* | | Merge branch 'pr/1033' into monitorAndy McCurdy2019-04-253-0/+71
|\ \ \ | |/ / |/| |
| * | Added support for the monitor command.Doug Kisabaka2019-02-253-0/+71
* | | changelogAndy McCurdy2019-04-191-0/+2
* | | Fix PubSubWorkerThread race conditionAndy McCurdy2019-04-181-13/+8
* | | Merge pull request #1159 from Vic020/fix_connection_reading_socket_errorAndy McCurdy2019-04-161-36/+31
|\ \ \
| * | | Merged the error process of "reading socket error" in two Parser class and ad...vic0202019-04-111-36/+31
|/ / /
* | | Merge pull request #1156 from horizon365/masterAndy McCurdy2019-03-251-1/+1
|\ \ \
| * | | miss positional argument: 'message'horizon3652019-03-251-1/+1
|/ / /
* | | make sure the selector is instantiated prior to cleaning it upAndy McCurdy2019-03-182-2/+6
* | | Merge pull request #1153 from bmerry/unregister-ready-pollerAndy McCurdy2019-03-182-1/+3
|\ \ \ | |_|/ |/| |
| * | Close the selector on disconnectBruce Merry2019-03-181-0/+2
| * | Unregister socket from ready_pollerBruce Merry2019-03-181-1/+1
|/ /
* | 3.2.13.2.1Andy McCurdy2019-03-152-1/+3
* | 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
|\ \