summaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Expand)AuthorAgeFilesLines
* always clear reference to closed reader/writer (#2077)Bea Steers2022-04-041-0/+1
* [CLUSTER] Fix scan command cursors & Fix scan_iter (#2054)Utkarsh Gupta2022-03-231-1/+3
* Remove verbose logging from cluster initializers (#2055)Joni Nevalainen2022-03-231-0/+1
* Add support for HSET items (#2006)Marek Czaplicki2022-03-061-0/+3
* Implement locks for RedisCluster (#2013)Jake Barnwell2022-03-011-9/+11
* Create codeql-analysis.yml (#1988)Chayim2022-02-151-0/+1
* update 4.1.3 changes (#1934)dvora-h2022-02-101-0/+6
* Update changes file with changes since 4.0.0-beta2 (#1915)dvora-h2022-01-301-8/+152
* 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