summaryrefslogtreecommitdiff
path: root/redis/asyncio/cluster.py
Commit message (Expand)AuthorAgeFilesLines
* fix review commentscluster-fixesdvora-h2022-11-081-2/+2
* Changed the default value of reinitialize_steps from 10 to 5Bar Shaul2022-11-021-1/+1
* Updating retry object for existing and new connectionsBar Shaul2022-11-021-1/+2
* Reverting deletion of connection_error_retry_attempts to maintain backward co...Bar Shaul2022-11-021-0/+2
* Changed get_default_backoff to default_backoff, removed retry_on_error and co...Bar Shaul2022-11-021-4/+6
* Fixed testBar Shaul2022-11-021-4/+4
* Added getter and setter for the client's retry object and added more testsBar Shaul2022-11-021-0/+8
* Type fixesBar Shaul2022-11-021-3/+3
* Fixed lintersBar Shaul2022-11-021-3/+3
* Cluster&AsyncCluster: Removed handling of timeouts/connection errors within t...Bar Shaul2022-11-021-53/+45
* Dev/no lock (#2308)Kristján Valur Jónsson2022-09-281-5/+3
* Replace `ensure_future` with `create_task` (#2311)dvora-h2022-08-021-6/+6
* Drop python 3.6 support (#2306)dvora-h2022-07-271-4/+2
* async_cluster: fix max_connections/ssl & improve args (#2217)Utkarsh Gupta2022-07-271-181/+196
* async_cluster: fix concurrent pipeline (#2280)Utkarsh Gupta2022-07-241-9/+9
* commands/cluster: use pipeline to execute split commands (#2230)Utkarsh Gupta2022-06-271-6/+11
* async_cluster: fix simultaneous initialize (#2231)Utkarsh Gupta2022-06-191-2/+2
* async_cluster: improve docs (#2208)Utkarsh Gupta2022-06-021-36/+37
* async_cluster: optimisations (#2205)Utkarsh Gupta2022-06-011-79/+86
* async_cluster: add pipeline support (#2199)Utkarsh Gupta2022-05-301-16/+312
* update black to 22.3.0 (#2171)Utkarsh Gupta2022-05-301-1/+1
* async_cluster: add/update typing (#2195)Utkarsh Gupta2022-05-301-71/+91
* set default response_callbacks to redis.asyncio.cluster.ClusterNode (#2201)rapidia2022-05-301-1/+1
* Add Async RedisCluster (#2099)Utkarsh Gupta2022-05-081-0/+1113