summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mark and close stale issues and PRsroey-stale_issuesRoey Prat2020-06-291-0/+20
* Do not un-escape \ characters when parsing MONITOR outputAndy McCurdy2020-06-082-1/+11
* 3.5.33.5.3Andy McCurdy2020-06-011-1/+1
* SentinelConnectionPool plays better with threaded applications.Andy McCurdy2020-06-013-14/+53
* changelogAndy McCurdy2020-05-201-0/+1
* [sentinel] update master address if it changes. (#847)Jake2020-05-201-0/+1
* Restore try/except in __del__ methodsAndy McCurdy2020-05-203-8/+26
* 3.5.23.5.2Andy McCurdy2020-05-141-1/+1
* Tune the locking in ConnectionPool.get_connectionAndy McCurdy2020-05-142-21/+26
* 3.5.13.5.1Andy McCurdy2020-05-091-1/+1
* Fix for HSET argument validation to allow any non-None keyAleksMat2020-05-093-4/+11
* Python 2 compatibility noteAndy McCurdy2020-04-301-0/+10
* version 3.5.03.5.0Andy McCurdy2020-04-292-3/+5
* point docs link to "stable" versionAndy McCurdy2020-04-291-2/+2
* Fix typo (missing space) in exception message (#1334)Jon Dufresne2020-04-282-2/+6
* Switch to flake8 for static code analysis (#1328)Jon Dufresne2020-04-168-12/+9
* Enable BytesWarning during test and fix discovered case (#1322)Jon Dufresne2020-04-132-2/+6
* Remove unnecessary coerce to list (#1321)Jon Dufresne2020-04-131-1/+1
* Fix str/bytes mixup in PythonParser.read_response() (#1324)Jon Dufresne2020-04-133-18/+26
* Prefer Python 3 syntax in examples (#1325)Jon Dufresne2020-04-132-20/+20
* Use pycon lexer to highlight code Python console code blocks (#1327)Jon Dufresne2020-04-131-30/+30
* Add test for Lock(..., thread_local=False) (#1326)Jon Dufresne2020-04-111-0/+7
* Simplify exception handlers (#1319)Jon Dufresne2020-04-113-27/+21
* Add missing check_health argument to Connection overrides (#1323)Jon Dufresne2020-04-111-2/+2
* 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