summaryrefslogtreecommitdiff
path: root/redis
Commit message (Expand)AuthorAgeFilesLines
* Version 3.3.93.3.9Zac Bristow2019-10-103-6/+58
* version 3.3.8, fix MONITOR output to account for all types of clients3.3.8huangwei-ds52019-08-192-3/+17
* version 3.3.7, Fixed a socket.error regression introduced in 3.3.03.3.7Andy McCurdy2019-08-132-5/+17
* version 3.3.6, fixed a regression in 3.3.5 with pubsub timeouts3.3.6Andy McCurdy2019-08-062-1/+9
* version 3.3.5, handle socket.timeout errors correctly in Python 2.73.3.5Andy McCurdy2019-08-022-17/+9
* 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-302-15/+18
* Version 3.3.3. Accomodate Python 2.7.x versions < 2.7.9.3.3.3Andy McCurdy2019-07-302-3/+3
* Version 3.3.2, SSL Blocking Exceptions don't use errno.EWOULDBLOCK3.3.2Andy McCurdy2019-07-292-4/+5
* version 3.3.1, fixed a regression involving SSL and non-blocking sockets3.3.1Andy McCurdy2019-07-292-9/+20
* version 3.3.0Andy McCurdy2019-07-281-1/+1
* Pipelines shouldn't retry ConnectionErrors implicitlyAndy McCurdy2019-07-281-15/+24
* Add an Event parameter to PubSubWorkerThread and run_in_thread so (#1195)Timothy Rule2019-07-281-5/+5
* PING/PONG health checksAndy McCurdy2019-07-282-25/+89
* Ability to create a client that uses a single connectionAndy McCurdy2019-07-231-10/+32
* Handle removed claimed messages without an exceptionThomas Daskalakis2019-07-171-1/+7
* Use nonblocking sockets instead of selectors for healthy connectionsAndy McCurdy2019-07-094-248/+109
* Add READONLY and READWRITE commandsTheo Despoudis2019-07-091-2/+10
* All authentication-related errors now raise AuthenticationErrorAndy McCurdy2019-06-032-4/+7
* Pass encoding_errors setting to hiredis (>=1.0.0) (#1162)Brian Candler2019-05-291-0/+4
* case insensitive response callbacks.Andy McCurdy2019-05-281-1/+29
* remove Token class in favor of bytestringremove_tokenAndy McCurdy2019-05-282-125/+88
* add tests for encoding issues and fix bugs foundAndy McCurdy2019-05-261-1/+1
* monitor command now has full command text. test suite improvedAndy McCurdy2019-05-261-4/+8
* 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-251-0/+49
|\ \ \ | |/ / |/| |
| * | Added support for the monitor command.Doug Kisabaka2019-02-251-0/+49
* | | Fix PubSubWorkerThread race conditionAndy McCurdy2019-04-181-13/+8
* | | Merged the error process of "reading socket error" in two Parser class and ad...vic0202019-04-111-36/+31
* | | make sure the selector is instantiated prior to cleaning it upAndy McCurdy2019-03-181-2/+4
* | | 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-151-1/+1
* | remove unneccessary checkpid from SentinelConnectionPoolsentinel_pool_fixAndy McCurdy2019-03-141-12/+0
|/
* actual 3.2.03.2.0Andy McCurdy2019-02-171-1/+1
* test all selectors via pytest parameterizationhealty_connectionsAndy McCurdy2019-02-111-20/+29
* python2 compatAndy McCurdy2019-02-041-1/+1
* attempt to provide only healthy connections from the poolAndy McCurdy2019-02-043-16/+229
* 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
| |/
* | readd the connection destructorAndy McCurdy2019-02-011-0/+6
* | Merge branch 'pythonparser'Andy McCurdy2019-01-311-11/+5
|\ \
| * | Improve how connection pools operate in forked/child proceeses.Andy McCurdy2019-01-311-8/+4
| * | Merge branch 'pr/1108' into pythonparserAndy McCurdy2019-01-281-3/+1
| |\ \ | | |/ | |/|
| | * Make PythonParser's on_disconnect consistent withAlexey Popravka2019-01-031-3/+1
* | | 3.1.03.1.0Andy McCurdy2019-01-281-1/+1
|/ /