summaryrefslogtreecommitdiff
path: root/redis/connection.py
Commit message (Expand)AuthorAgeFilesLines
* Support for specifying error types with retry (#1817)Bar Shaul2021-12-231-4/+23
* Support for password-encrypted SSL private keys (#1782)Chayim2021-12-161-4/+31
* close socket after server disconnect (#1797)Paul Brown2021-12-161-2/+7
* Support SYNC and PSYNC (#1741)Avital Fine2021-12-151-1/+1
* Ensure redis_connect_func is set on uds connection (#1794)Ali-Akber Saifee2021-12-151-1/+3
* Allow overriding connection class via keyword arguments (#1752)Maksim Novikov2021-12-021-0/+4
* Added black and isort (#1734)Anas2021-11-301-185/+244
* Pyupgrade + flynt + f-strings (#1759)Aarni Koskela2021-11-301-34/+31
* Fixing deprecating distutils (PEP 632) (#1730)Chayim2021-11-251-5/+5
* Adding support for non-decodable commands (#1731)Chayim2021-11-251-6/+9
* Adding RedisCluster client to support Redis Cluster Mode (#1660)Bar Shaul2021-11-251-6/+23
* Better removal of hiredis warning (#1726)Alex Wu2021-11-211-4/+0
* removing hiredis warning (#1721)Chayim2021-11-171-5/+0
* Fix garbage collection deadlock (#1578)Eugene Morozov2021-11-081-3/+6
* Adding vulture for static analysis (#1655)Chayim2021-10-281-1/+0
* Add warning when hiredis not installed. Recommend installation. (#1621)adiamzn2021-10-191-0/+3
* Removing packaging dependency (#1626)Chayim2021-10-191-5/+5
* Fix `retry` attribute in UnixDomainSocketConnection (#1604)nbraun-amazon2021-10-141-1/+15
* Use Version instead of StrictVersion since distutils is deprecated. (#1552)Karthikeyan Singaravelan2021-08-291-5/+5
* Add retry mechanism with backoff (#1494)nbraun-amazon2021-08-181-19/+36
* All values within Redis URLs are url-unquoted via default.Andy McCurdy2020-08-151-105/+80
* Remove support for end-of-life Python 2.7 (#1318)Jon Dufresne2020-08-061-82/+47
* Fix some documentation formattingJon Banafato2020-07-261-19/+20
* Support for loading, unloading and listing Redis Modules (#1360)Roey Prat2020-07-131-0/+13
* SentinelConnectionPool plays better with threaded applications.Andy McCurdy2020-06-011-9/+40
* Restore try/except in __del__ methodsAndy McCurdy2020-05-201-3/+12
* Tune the locking in ConnectionPool.get_connectionAndy McCurdy2020-05-141-21/+22
* Fix typo (missing space) in exception message (#1334)Jon Dufresne2020-04-281-1/+1
* Switch to flake8 for static code analysis (#1328)Jon Dufresne2020-04-161-1/+0
* Fix str/bytes mixup in PythonParser.read_response() (#1324)Jon Dufresne2020-04-131-12/+11
* Simplify exception handlers (#1319)Jon Dufresne2020-04-111-10/+7
* Support memoryview encoding/decoding as a no-opCody-G2020-02-241-10/+15
* expand AUTH fallback support to pre-v6 Redis servers.Andy McCurdy2020-02-121-0/+6
* Stop hiding errors that occur inside __del__ methodsJon Dufresne2020-02-121-12/+3
* Drop unused variables and imports (#1284)Jon Dufresne2020-02-121-1/+1
* remove Redis and ConnectionPool __eq__ comparisonAndy McCurdy2020-02-011-6/+0
* Move the username argument in the Redis and Connection classes to the endAndy McCurdy2020-01-311-6/+5
* Provide AUTH fallback support for connection URLs with a username componentAndy McCurdy2020-01-311-1/+15
* better thread-safety for ConnectionPool (#1270)Andy McCurdy2020-01-301-43/+120
* Slight optimization to command packing.Andy McCurdy2019-12-291-3/+4
* Added the 'ssl_check_hostname' option.Andy McCurdy2019-12-291-2/+5
* more accurate description of acceptable argument typesAndy McCurdy2019-12-291-2/+2
* Allow setting client_name during connection construction.Peter van Dijk2019-12-291-15/+31
* Added support for ACL commandsAndy McCurdy2019-12-281-14/+27
* Fix simple typo: recurrsion -> recursionTim Gates2019-12-071-1/+1
* Add equality test on Redis client and conn pool (#1240)Rajiv Bakulesh Shah2019-11-111-0/+6
* Version 3.3.93.3.9Zac Bristow2019-10-101-5/+7
* version 3.3.7, Fixed a socket.error regression introduced in 3.3.03.3.7Andy McCurdy2019-08-131-4/+16
* version 3.3.6, fixed a regression in 3.3.5 with pubsub timeouts3.3.6Andy McCurdy2019-08-061-0/+8
* version 3.3.5, handle socket.timeout errors correctly in Python 2.73.3.5Andy McCurdy2019-08-021-16/+8