summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* changelogthreadsafe-poolsAndy McCurdy2020-01-301-0/+8
* pid assignment should also be the last operation in BlockingConnectionPoolAndy McCurdy2020-01-301-2/+11
* move pid assignment to the last operation of the reset() methodAndy McCurdy2020-01-301-1/+11
* threading.Lock doeesn't accept kwargsAndy McCurdy2020-01-301-1/+1
* alphabetize exported symbolsAndy McCurdy2020-01-301-8/+8
* forgot blocking=False argAndy McCurdy2020-01-301-1/+1
* better thread-safety for ConnectionPoolAndy McCurdy2020-01-304-46/+125
* Fix spelling in docstring (#1272)Damon Jablons2020-01-301-1/+1
* add type filter to scan functionnetocp2020-01-303-5/+29
* Slight optimization to command packing.Andy McCurdy2019-12-292-3/+5
* Add test for pipeline.transaction(value_from_callable=True)Andy McCurdy2019-12-292-1/+9
* Added the 'ssl_check_hostname' option.Andy McCurdy2019-12-294-2/+19
* more accurate description of acceptable argument typesAndy McCurdy2019-12-291-2/+2
* Allow setting client_name during connection construction.Peter van Dijk2019-12-294-23/+75
* 'with' statement for PubSub (#765)Dmitry Kuragin2019-12-292-0/+15
* Testing the boolean nature of Pipeline instance should always return True.Andy McCurdy2019-12-293-3/+17
* Added support for ACL commandsAndy McCurdy2019-12-287-20/+536
* Drop support for end-of-life Python 3.4Jon Dufresne2019-12-075-9/+4
* Fix simple typo: recurrsion -> recursionTim Gates2019-12-071-1/+1
* Compare numbers using '==' instead of 'is' (#1245)Jon Dufresne2019-11-121-5/+5
* Remove deprecated license_file from setup.cfg (#1244)Jon Dufresne2019-11-121-3/+0
* Unify tox and Travis test matrix (#1243)Jon Dufresne2019-11-125-47/+35
* Fix TypeError by passing optional decode_responses keyword argument d… (#1239)Jakob Keller2019-11-111-2/+5
* Add equality test on Redis client and conn pool (#1240)Rajiv Bakulesh Shah2019-11-114-0/+80
* Support Python 3.8 (#1241)Rajiv Bakulesh Shah2019-11-113-2/+4
* Fix misplaced space (#1237)Thomas Matecki2019-10-271-1/+1
* Allow Pipeline.execute() to execute on empty command stack if it is watching ...Brian Maissy2019-10-243-2/+20
* Update README.rstAbhishek Kumar Singh2019-10-211-36/+35
* Support old EPEL-7 Redis. (#1227)tuxmaster50002019-10-181-0/+7
* Version 3.3.113.3.11Andy McCurdy2019-10-133-2/+6
* 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