summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* AsyncIO Race Condition Fix (#2639)v4.3.64.3Chayim2023-03-226-8/+64
* Version 4.3.5 (#2469)v4.3.5Chayim2022-11-221-1/+1
* Cherry-pick for 4.3.5 (#2468)dvora-h2022-11-2135-921/+2461
* v4.3.4 (#2255)v4.3.4dvora-h2022-06-271-1/+1
* Fix backwards compatibility from 4.3.2 (#2254)dvora-h2022-06-271-1/+0
* Fix `XAUTOCLAIM` to return the full response (#2252)dvora-h2022-06-272-3/+4
* Split incorrect mark into two separate marks (#2253)Kristján Valur Jónsson2022-06-271-4/+9
* commands/cluster: use pipeline to execute split commands (#2230)Utkarsh Gupta2022-06-275-153/+151
* Changed dynamic_startup_nodes default value to 'True' to prevent breaking bac...Bar Shaul2022-06-272-7/+7
* late eval of the skip condition (#2248)Kristján Valur Jónsson2022-06-274-4/+7
* Added dynamic_startup_nodes configuration to RedisCluster. (#2244)Bar Shaul2022-06-234-4/+88
* Docs: Add a note about client_setname and client_name difference (#2247)Paweł Srokosz2022-06-231-0/+6
* Reuse the old nodes' connections when a cluster topology refresh is being don...Bar Shaul2022-06-234-14/+75
* DOC add pipeline examples (#2240)Iglesys2022-06-232-1/+310
* Fix retries in async mode (#2180)Eric Lemoine2022-06-196-9/+83
* async_cluster: fix simultaneous initialize (#2231)Utkarsh Gupta2022-06-192-5/+7
* Correct retention_msecs value (#2232)earthgecko2022-06-191-1/+1
* Uppercase commands in CommandsParser.get_keys (#2236)Falk2022-06-192-2/+3
* Fix Lock crash, and versioning 4.3.3 (#2210)v4.3.3dvora-h2022-06-022-2/+1
* async_cluster: improve docs (#2208)Utkarsh Gupta2022-06-022-38/+42
* 4.3.2 (#2207)v4.3.2dvora-h2022-06-011-1/+1
* SHUTDOWN - add support for the new NOW, FORCE and ABORT modifiers (#2150)dvora-h2022-06-012-6/+51
* Made sync lock consistent and added types to it (#2137)Anas2022-06-015-25/+80
* async_cluster: optimisations (#2205)Utkarsh Gupta2022-06-014-93/+206
* Add `query_params` to FT.PROFILE (#2198)dvora-h2022-06-012-11/+43
* Improve Readability (#2206)Ryan Russell2022-06-011-2/+2
* Fix tests for Redis 7 (#2182)dvora-h2022-05-319-74/+93
* Add default None for maxlen at xtrim command (#2188)mfgnik2022-05-311-1/+4
* async_cluster: add pipeline support (#2199)Utkarsh Gupta2022-05-305-56/+652
* update black to 22.3.0 (#2171)Utkarsh Gupta2022-05-3029-525/+156
* async_cluster: add/update typing (#2195)Utkarsh Gupta2022-05-306-116/+123
* Fix Missing ClusterPipeline Lock (#2190)Greg Melton2022-05-304-0/+8
* fix: changed list type to single element type (#2203)Oleg A2022-05-301-7/+7
* set default response_callbacks to redis.asyncio.cluster.ClusterNode (#2201)rapidia2022-05-302-1/+6
* Support CF.MEXISTS + Clean bf/commands.py (#2184)Avital Fine2022-05-232-61/+41
* Fix Linting and Test Failures (#2191)Greg Melton2022-05-233-6/+6
* Fix modules links to https://redis.io/commands/ (#2185)Avital Fine2022-05-175-104/+96
* fix incorrect test (#2177)Avital Fine2022-05-162-15/+18
* fix import (#2175)v4.3.1dvora-h2022-05-092-2/+3
* v4.3.0 (#2172)v4.3.0dvora-h2022-05-081-1/+1
* Get command keys for subcommands (#2170)dvora-h2022-05-085-3/+32
* Add support for CLUSTER SHARDS (#2151)dvora-h2022-05-083-1/+56
* Add support for COMMAND LIST (#2149)dvora-h2022-05-082-0/+38
* Add Async RedisCluster (#2099)Utkarsh Gupta2022-05-0827-524/+4541
* Replace OSError exceptions from `can_read` with `redis.ConnectionError` (#2140)Kristján Valur Jónsson2022-05-082-2/+14
* Add unittest for PubSub.connect() (#2167)Kristján Valur Jónsson2022-05-081-0/+82
* ACL SETUSER - add selectors and key based permissions (#2161)dvora-h2022-05-034-8/+77
* skip graph.config test (#2163)dvora-h2022-05-031-0/+2
* adding caching, and removing 3.11 alpha (#2160)Chayim2022-05-031-12/+3
* Add support for redis 7 streams features (#2157)dvora-h2022-05-032-10/+55