summaryrefslogtreecommitdiff
path: root/redis/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Single sourcing the package version (#1791)Chayim2021-12-151-1/+11
* Added black and isort (#1734)Anas2021-11-301-37/+37
* Pre-4.1.0rc2 version bump (#1761)Chayim2021-11-301-1/+1
* Adding RedisCluster client to support Redis Cluster Mode (#1660)Bar Shaul2021-11-251-0/+2
* 4.1.0rc1 (#1742)Chayim2021-11-251-1/+1
* Better removal of hiredis warning (#1726)Alex Wu2021-11-211-1/+1
* removing hiredis warning (#1721)Chayim2021-11-171-1/+1
* 4.0.0 (#1708)v4.0.0Chayim2021-11-151-1/+3
* 4.0.0 rc2 versioning (#1677)Chayim2021-11-091-1/+1
* Export Sentinel, and SSL like other classes (#1671)Terence Honles2021-11-081-0/+10
* rc1 (#1668)Chayim2021-11-041-1/+1
* Fixing the package to include commands (#1649)v4.0.0b3Chayim2021-10-261-1/+1
* beta2 version and CHANGES update (#1643)v4.0.0b2Chayim2021-10-261-1/+1
* 4.0.0 beta 1 versioning - prior to pypi release (#1615)v4.0.0b1ck-releasedrafterChayim2021-10-171-1/+1
* Making 3.9.9 a placeholder version - prior to 4.0.0 (#1599)Chayim2021-10-111-1/+1
* 3.5.33.5.3Andy McCurdy2020-06-011-1/+1
* 3.5.23.5.2Andy McCurdy2020-05-141-1/+1
* 3.5.13.5.1Andy McCurdy2020-05-091-1/+1
* version 3.5.03.5.0Andy McCurdy2020-04-291-1/+1
* 3.4.13.4.1Andy McCurdy2020-02-011-1/+1
* Provide AUTH fallback support for connection URLs with a username componentAndy McCurdy2020-01-311-0/+2
* 3.4.03.4.0Andy McCurdy2020-01-301-1/+1
* better thread-safety for ConnectionPool (#1270)Andy McCurdy2020-01-301-5/+21
* Version 3.3.113.3.11Andy McCurdy2019-10-131-1/+1
* Version 3.3.103.3.10Zac Bristow2019-10-101-1/+1
* Version 3.3.93.3.9Zac Bristow2019-10-101-1/+1
* version 3.3.8, fix MONITOR output to account for all types of clients3.3.8huangwei-ds52019-08-191-1/+1
* version 3.3.7, Fixed a socket.error regression introduced in 3.3.03.3.7Andy McCurdy2019-08-131-1/+1
* version 3.3.6, fixed a regression in 3.3.5 with pubsub timeouts3.3.6Andy McCurdy2019-08-061-1/+1
* version 3.3.5, handle socket.timeout errors correctly in Python 2.73.3.5Andy McCurdy2019-08-021-1/+1
* version 3.3.4, more specifically identify nonblocking read errorsAndy McCurdy2019-07-301-1/+1
* Version 3.3.3. Accomodate Python 2.7.x versions < 2.7.9.3.3.3Andy McCurdy2019-07-301-1/+1
* Version 3.3.2, SSL Blocking Exceptions don't use errno.EWOULDBLOCK3.3.2Andy McCurdy2019-07-291-1/+1
* version 3.3.1, fixed a regression involving SSL and non-blocking sockets3.3.1Andy McCurdy2019-07-291-1/+1
* version 3.3.0Andy McCurdy2019-07-281-1/+1
* Use nonblocking sockets instead of selectors for healthy connectionsAndy McCurdy2019-07-091-1/+1
* 3.2.13.2.1Andy McCurdy2019-03-151-1/+1
* actual 3.2.03.2.0Andy McCurdy2019-02-171-1/+1
* 3.1.03.1.0Andy McCurdy2019-01-281-1/+1
* redis-py 3.0.13.0.13.0Andy McCurdy2018-11-151-1/+1
* fix rst format issuesAndy McCurdy2018-11-151-2/+9
* redis-py 3.0.0Andy McCurdy2018-11-151-1/+1
* Version 2.10.6, finally...2.10.6Andy McCurdy2017-08-161-1/+1
* 2.10.5 (incrementing the version to avoid a pypi issue)2.10.5Andy McCurdy2015-11-021-1/+1
* 2.10.42.10.4Andy McCurdy2015-11-021-1/+1
* 2.10.32.10.3Andy McCurdy2014-08-141-1/+1
* 2.10.22.10.2Andy McCurdy2014-08-111-1/+1
* 2.10.12.10.1Andy McCurdy2014-06-021-1/+1
* 2.10.02.10.0Andy McCurdy2014-06-011-1/+1
* Don't retry commands that fail due to a socket.timeout by default.Andy McCurdy2014-05-271-7/+8