summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* check exception.args rather than exception.messagessl-py27-fixAndy McCurdy2019-10-111-1/+2
* Version 3.3.103.3.10Zac Bristow2019-10-103-2/+5
* Version 3.3.93.3.9Zac Bristow2019-10-104-6/+62
* spelling fixes (#1218)Stephen Hassard2019-10-061-4/+4
* version 3.3.8, fix MONITOR output to account for all types of clients3.3.8huangwei-ds52019-08-194-3/+31
* version 3.3.7, Fixed a socket.error regression introduced in 3.3.03.3.7Andy McCurdy2019-08-133-5/+21
* version 3.3.6, fixed a regression in 3.3.5 with pubsub timeouts3.3.6Andy McCurdy2019-08-064-1/+20
* version 3.3.5, handle socket.timeout errors correctly in Python 2.73.3.5Andy McCurdy2019-08-023-17/+12
* version 3.3.4, more specifically identify nonblocking read errors3.3.4Andy McCurdy2019-07-301-1/+2
* version 3.3.4, more specifically identify nonblocking read errorsAndy McCurdy2019-07-303-15/+22
* fixed some misspellings in the changes fileAndy McCurdy2019-07-301-22/+22
* Version 3.3.3. Accomodate Python 2.7.x versions < 2.7.9.3.3.3Andy McCurdy2019-07-303-3/+6
* Make pubsub tests more resilient on laggy connectionsAndy McCurdy2019-07-301-12/+40
* use a multi-connection client for multiprocess testsAndy McCurdy2019-07-291-0/+12
* Version 3.3.2, SSL Blocking Exceptions don't use errno.EWOULDBLOCK3.3.2Andy McCurdy2019-07-293-5/+9
* version 3.3.1, fixed a regression involving SSL and non-blocking sockets3.3.1Andy McCurdy2019-07-293-9/+23
* clearer language in docs3.3.0Andy McCurdy2019-07-281-3/+3
* update readme with health_check_interval optionAndy McCurdy2019-07-281-0/+39
* version 3.3.0Andy McCurdy2019-07-282-2/+2
* Pipelines shouldn't retry ConnectionErrors implicitlyAndy McCurdy2019-07-282-15/+29
* Add an Event parameter to PubSubWorkerThread and run_in_thread so (#1195)Timothy Rule2019-07-281-5/+5
* PING/PONG health checksAndy McCurdy2019-07-285-28/+275
* Ability to create a client that uses a single connectionAndy McCurdy2019-07-235-56/+110
* Fix typo in README and CHANGELOG (#1133)Jani Korhonen2019-07-182-2/+2
* Updates README.rst with svg badge (#1182)Nikita Sobolev2019-07-171-1/+1
* Handle removed claimed messages without an exceptionThomas Daskalakis2019-07-173-1/+34
* Use nonblocking sockets instead of selectors for healthy connectionsAndy McCurdy2019-07-098-373/+128
* Add READONLY and READWRITE commandsTheo Despoudis2019-07-093-2/+24
* Code coverage in travis, and codecov.io badge. (#1180)Roey Prat2019-06-252-1/+6
* Add redis_url cmdline argument for tests (#1170)Grygorii Iermolenko2019-06-061-31/+46
* changelogAndy McCurdy2019-06-031-0/+4
* All authentication-related errors now raise AuthenticationErrorAndy McCurdy2019-06-033-4/+21
* 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
|\ \ \