summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add testing and support for PyPyjdufresne-pypyAndy McCurdy2020-04-094-1/+13
|\
| * Add testing and support for PyPyJon Dufresne2020-04-044-1/+12
* | Use setuptools setup.cfg declarative configuration (#1316)Jon Dufresne2020-04-092-44/+35
* | Fix typo: occured → occurred (#1315)Jon Dufresne2020-04-091-4/+4
|/
* Lock.extend() can now replace the lock's existing TTL with a new valuelaixintao2020-03-243-14/+46
* constant for redis 6 RC candidates in tests.Andy McCurdy2020-03-123-20/+26
* add keepttl option to set command.laixintao2020-03-123-1/+19
* Clear pipeline watch state after execNick Gaya2020-03-106-22/+66
* Don't send DISCARD after ExecAbortError in pipelineNick Gaya2020-03-103-2/+17
* doc: fix changes of `hset`.(incorrect version) (#1297)赖信涛2020-03-031-2/+2
* mark test_spop_multi_value as needing server 3.2.0 or greaterAndy McCurdy2020-03-031-0/+1
* add support for the MEMORY STATS commandAndy McCurdy2020-02-252-3/+42
* Support memoryview encoding/decoding as a no-opCody-G2020-02-244-12/+75
* Optimize sleeping while blocking for a lockColas Le Guernic2020-02-243-9/+23
* Add a documentation note about calling `pipe.multi()` prior to write commandsAndy McCurdy2020-02-241-0/+3
* expand AUTH fallback support to pre-v6 Redis servers.Andy McCurdy2020-02-122-0/+8
* Stop hiding errors that occur inside __del__ methodsJon Dufresne2020-02-123-24/+16
* Drop unused variables and imports (#1284)Jon Dufresne2020-02-123-4/+3
* Enable warnings during tests and fix discovered cases (#1283)Jon Dufresne2020-02-122-3/+5
* Improve Redis.hmset() warning messageJon Dufresne2020-02-122-14/+21
* Make hset support multiple field/value pairs. (#1271)赖信涛2020-02-073-5/+34
* 3.4.13.4.1Andy McCurdy2020-02-012-2/+8
* remove Redis and ConnectionPool __eq__ comparisonAndy McCurdy2020-02-014-80/+0
* Move the username argument in the Redis and Connection classes to the endAndy McCurdy2020-01-313-8/+10
* Provide AUTH fallback support for connection URLs with a username componentAndy McCurdy2020-01-314-1/+34
* 3.4.03.4.0Andy McCurdy2020-01-302-2/+2
* better thread-safety for ConnectionPool (#1270)Andy McCurdy2020-01-305-49/+155
* 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