summaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Expand)AuthorAgeFilesLines
* Add testing and support for PyPyJon Dufresne2020-04-041-0/+1
* Lock.extend() can now replace the lock's existing TTL with a new valuelaixintao2020-03-241-0/+4
* add keepttl option to set command.laixintao2020-03-121-0/+1
* Clear pipeline watch state after execNick Gaya2020-03-101-0/+3
* Don't send DISCARD after ExecAbortError in pipelineNick Gaya2020-03-101-0/+2
* doc: fix changes of `hset`.(incorrect version) (#1297)赖信涛2020-03-031-2/+2
* Support memoryview encoding/decoding as a no-opCody-G2020-02-241-1/+4
* Optimize sleeping while blocking for a lockColas Le Guernic2020-02-241-0/+4
* expand AUTH fallback support to pre-v6 Redis servers.Andy McCurdy2020-02-121-0/+2
* Stop hiding errors that occur inside __del__ methodsJon Dufresne2020-02-121-1/+8
* Make hset support multiple field/value pairs. (#1271)赖信涛2020-02-071-0/+2
* 3.4.13.4.1Andy McCurdy2020-02-011-1/+7
* Move the username argument in the Redis and Connection classes to the endAndy McCurdy2020-01-311-0/+3
* Provide AUTH fallback support for connection URLs with a username componentAndy McCurdy2020-01-311-0/+9
* 3.4.03.4.0Andy McCurdy2020-01-301-1/+1
* better thread-safety for ConnectionPool (#1270)Andy McCurdy2020-01-301-0/+8
* add type filter to scan functionnetocp2020-01-301-0/+1
* Slight optimization to command packing.Andy McCurdy2019-12-291-0/+1
* Add test for pipeline.transaction(value_from_callable=True)Andy McCurdy2019-12-291-1/+1
* Added the 'ssl_check_hostname' option.Andy McCurdy2019-12-291-0/+4
* Allow setting client_name during connection construction.Peter van Dijk2019-12-291-0/+4
* Testing the boolean nature of Pipeline instance should always return True.Andy McCurdy2019-12-291-0/+4
* Added support for ACL commandsAndy McCurdy2019-12-281-0/+2
* Drop support for end-of-life Python 3.4Jon Dufresne2019-12-071-0/+1
* Allow Pipeline.execute() to execute on empty command stack if it is watching ...Brian Maissy2019-10-241-1/+6
* Version 3.3.113.3.11Andy McCurdy2019-10-131-0/+3
* Version 3.3.103.3.10Zac Bristow2019-10-101-0/+3
* Version 3.3.93.3.9Zac Bristow2019-10-101-0/+4
* version 3.3.8, fix MONITOR output to account for all types of clients3.3.8huangwei-ds52019-08-191-0/+3
* version 3.3.7, Fixed a socket.error regression introduced in 3.3.03.3.7Andy McCurdy2019-08-131-0/+4
* version 3.3.6, fixed a regression in 3.3.5 with pubsub timeouts3.3.6Andy McCurdy2019-08-061-0/+3
* version 3.3.5, handle socket.timeout errors correctly in Python 2.73.3.5Andy McCurdy2019-08-021-0/+3
* version 3.3.4, more specifically identify nonblocking read errorsAndy McCurdy2019-07-301-0/+4
* 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-301-0/+3
* Version 3.3.2, SSL Blocking Exceptions don't use errno.EWOULDBLOCK3.3.2Andy McCurdy2019-07-291-1/+4
* version 3.3.1, fixed a regression involving SSL and non-blocking sockets3.3.1Andy McCurdy2019-07-291-0/+3
* version 3.3.0Andy McCurdy2019-07-281-1/+1
* Pipelines shouldn't retry ConnectionErrors implicitlyAndy McCurdy2019-07-281-0/+5
* PING/PONG health checksAndy McCurdy2019-07-281-1/+6
* Ability to create a client that uses a single connectionAndy McCurdy2019-07-231-0/+4
* Fix typo in README and CHANGELOG (#1133)Jani Korhonen2019-07-181-1/+1
* Handle removed claimed messages without an exceptionThomas Daskalakis2019-07-171-0/+2
* Use nonblocking sockets instead of selectors for healthy connectionsAndy McCurdy2019-07-091-1/+4
* Add READONLY and READWRITE commandsTheo Despoudis2019-07-091-0/+1
* changelogAndy McCurdy2019-06-031-0/+4
* changelogAndy McCurdy2019-05-291-0/+3
* changelogAndy McCurdy2019-05-281-0/+3
* changelogAndy McCurdy2019-05-281-0/+2
* cleanup MONITOR docsAndy McCurdy2019-05-281-0/+2