summaryrefslogtreecommitdiff
path: root/redis/client.py
Commit message (Expand)AuthorAgeFilesLines
* fix create single_connection_client from url (#2752)dvora-h2023-05-081-1/+5
* Optionally disable disconnects in read_response (#2695)Kristján Valur Jónsson2023-05-081-1/+1
* fix parse_slowlog_get (#2732)dvora-h2023-05-081-0/+4
* return response in case of KeyError (#2628)shacharPash2023-04-301-4/+7
* Combine auto-concatenated strings (#2482)David Gilman2022-12-141-4/+4
* Failover handling improvements for RedisCluster and Async RedisCluster (#2377)Bar Shaul2022-11-101-0/+8
* CredentialsProvider class added to support password rotation (#2261)Bar Shaul2022-11-101-0/+4
* Fix special response parsing options handling (#2302)Shay Fadida2022-11-091-0/+5
* fix docs for password protected socket access (#2378)Robert Hofer2022-11-071-1/+1
* Simplify async timeouts and allowing `timeout=None` in `PubSub.get_message()...v4.4.0rc2Kristján Valur Jónsson2022-09-291-3/+3
* Document Redis(single_connection_client) (#2327)Povilas Balciunas2022-08-301-0/+6
* automatically reconnect pubsub when reading messages in blocking mode (#2281)Kristján Valur Jónsson2022-07-271-3/+9
* cleaning up the readme and moving docs into readthedocs (#2291)Chayim2022-07-271-0/+2
* Fix `XAUTOCLAIM` to return the full response (#2252)dvora-h2022-06-271-1/+2
* Fix retries in async mode (#2180)Eric Lemoine2022-06-191-1/+3
* Made sync lock consistent and added types to it (#2137)Anas2022-06-011-0/+8
* Get command keys for subcommands (#2170)dvora-h2022-05-081-0/+4
* Add Async RedisCluster (#2099)Utkarsh Gupta2022-05-081-12/+5
* ACL SETUSER - add selectors and key based permissions (#2161)dvora-h2022-05-031-0/+13
* Update FUNCTION LOAD changes (#2139)dvora-h2022-04-271-1/+0
* Extended "CLUSTER NODES" parser to support special slot entries (importing, m...Bar Shaul2022-04-041-5/+28
* Add support to use certificates from string in ssl connection (#2048)dvora-h2022-03-141-0/+2
* Fix: avoiding issue with PytestUnraisableExceptionWarning (#1458)Alon Diamant2022-03-141-0/+6
* Add support for CLUSTER DELSLOTSRANGE (#2018)dvora-h2022-03-141-0/+1
* Add support for CLUSTER ADDSLOTSRANGE (#2017)dvora-h2022-03-141-0/+1
* Implement locks for RedisCluster (#2013)Jake Barnwell2022-03-011-1/+4
* Add support for Redis 7 functions (#1998)dvora-h2022-02-221-0/+4
* Add Async Support (#1899)Andrew Chen Wang2022-02-221-13/+15
* Fixing LMOVE, BLMOVE returning an incorrect response (#1906)Varun Chopra2022-01-271-2/+2
* OCSP Stapling Support (#1873)Chayim2022-01-171-0/+6
* Triple quote docstrings in client.py PEP 257 (#1876)Andrew Chen Wang2022-01-121-22/+19
* Documentation cleanup (#1841)Chayim2021-12-301-0/+1
* OCSP stapling support (#1820)Chayim2021-12-261-0/+2
* Fixing read race condition during pubsub (#1737)Bar Shaul2021-12-231-6/+68
* Support for specifying error types with retry (#1817)Bar Shaul2021-12-231-7/+14
* Support for RESET command since Redis 6.2.0 (#1824)Chayim2021-12-221-0/+1
* Fixing exception in listen (#1823)dvora-h2021-12-221-0/+2
* Allow ssl_ca_path with rediss:// urls (#1814)Chayim2021-12-191-0/+1
* Support for password-encrypted SSL private keys (#1782)Chayim2021-12-161-0/+3
* Migrated targeted nodes to kwargs in Cluster Mode (#1762)Bar Shaul2021-12-011-0/+12
* Added black and isort (#1734)Anas2021-11-301-492/+540
* Pyupgrade + flynt + f-strings (#1759)Aarni Koskela2021-11-301-9/+9
* Removing duplication of Script class (#1751)Chayim2021-11-251-36/+0
* Adding support for non-decodable commands (#1731)Chayim2021-11-251-1/+7
* Adding RedisCluster client to support Redis Cluster Mode (#1660)Bar Shaul2021-11-251-6/+33
* fix: adding sentinelcommands to redis client (#1723)Sam Culley2021-11-211-2/+3
* Removing command on initial connections (#1722)v4.0.1Chayim2021-11-171-18/+0
* Unit tests fixes for compatibility (#1703)Chayim2021-11-141-21/+20
* Docstring improvements for Redis class (#1675)Chayim2021-11-091-2/+4
* Added boolean parsing to PEXPIRE and PEXPIREAT (#1665)Anas2021-11-021-1/+2