summaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Expand)AuthorAgeFilesLines
* beta2 version and CHANGES update (#1643)v4.0.0b2Chayim2021-10-261-0/+7
* bringing CHANGES up-to-date (#1600)Chayim2021-10-141-8/+19
* Updating CHANGES with the latest improvements. (#1569)Chayim2021-09-051-10/+45
* Updating CHANGES to list most recent changes (#1544)Chayim2021-08-181-0/+50
* Fix some typos. (#1496)Binbin2021-08-081-3/+3
* Add support for the ABSTTL option of the RESTORE command. (#1423)Simon Charette2020-11-221-0/+2
* Added the ACL LOG command available in Redis 6Andy McCurdy2020-08-191-0/+2
* All values within Redis URLs are url-unquoted via default.Andy McCurdy2020-08-151-1/+5
* Remove support for end-of-life Python 2.7 (#1318)Jon Dufresne2020-08-061-0/+1
* changelogAndy McCurdy2020-07-221-0/+2
* changelogAndy McCurdy2020-07-201-0/+3
* documentation: fix ssl typos in the changelogRoey Prat2020-07-071-1/+1
* changelogAndy McCurdy2020-06-291-1/+1
* SentinelConnectionPool plays better with threaded applications.Andy McCurdy2020-06-011-0/+2
* changelogAndy McCurdy2020-05-201-0/+1
* Restore try/except in __del__ methodsAndy McCurdy2020-05-201-0/+3
* Tune the locking in ConnectionPool.get_connectionAndy McCurdy2020-05-141-0/+4
* Fix for HSET argument validation to allow any non-None keyAleksMat2020-05-091-0/+3
* version 3.5.03.5.0Andy McCurdy2020-04-291-2/+4
* 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