summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix GRAPH.LIST & TDIGEST.QUANTILE tests (#2335)dvora-h2022-08-144-14/+14
* Add support for WITHSUFFIXTRIE to FT.CREATE (#2324)v4.4.0rc1dvora-h2022-08-043-1/+59
* Add TDIGEST.TRIMMED_MEAN (#2300)Alibi2022-08-043-0/+23
* Adding experimental features, as a release option (#2323)Chayim2022-08-041-3/+8
* 4.4.0rc1 (#2321)dvora-h2022-08-041-1/+1
* Search test - Ignore order of the items in the response (#2322)dvora-h2022-08-042-2/+2
* Support TDIGEST.MERGESTORE and make compression optional on TDIGEST.CREATE (#...dvora-h2022-08-023-1/+41
* Fix async SEARCH pipeline (#2316)dvora-h2022-08-022-2/+21
* change drop to dropindex (#2315)dvora-h2022-08-021-2/+3
* Replace `ensure_future` with `create_task` (#2311)dvora-h2022-08-023-12/+8
* Add support for `TDIGEST.QUANTILE` extensions (#2317)dvora-h2022-08-025-19/+44
* Fix timezone handling for datetime to unixtime conversions (#2213)joe2022-08-024-19/+13
* ClusterPipeline Doesn't Handle ConnectionError for Dead Hosts (#2225)Greg Melton2022-08-022-25/+46
* Fix typo (double "of" word) (#2314)Andrei Andrukhovich2022-07-311-1/+1
* Remove python2-only `__nonzero__` method from `cluster.py` (#2313)Nikita Sobolev2022-07-311-4/+0
* Fix typing on smembers command (#2312)Agustin Marquez2022-07-311-1/+2
* Add support for async GRAPH module (#2273)dvora-h2022-07-285-135/+1028
* automatically reconnect pubsub when reading messages in blocking mode (#2281)Kristján Valur Jónsson2022-07-276-12/+298
* Drop redisnod_cluster (#2307)dvora-h2022-07-271-1/+0
* Drop python 3.6 support (#2306)dvora-h2022-07-2722-156/+32
* async_cluster: fix max_connections/ssl & improve args (#2217)Utkarsh Gupta2022-07-274-215/+380
* cleaning up the readme and moving docs into readthedocs (#2291)Chayim2022-07-276-1109/+828
* Graph - add counters for removed labels and properties (#2292)DvirDukhan2022-07-262-0/+71
* Fix warnings and resource usage problems in asyncio unittests (#2258)Kristján Valur Jónsson2022-07-2619-278/+319
* Doc add timeseries example (#2267)Iglesys2022-07-252-0/+632
* Fix: `start_id` type for `XAUTOCLAIM` (#2257)Антон Безденежных2022-07-242-1/+2
* redis stream example (#2269)pedrofrazao2022-07-242-0/+755
* Remove verbose logging from `redis-py/redis/cluster.py` (#2238)Nial Daly2022-07-242-57/+8
* Add support for TIMESERIES 1.8 (#2296)dvora-h2022-07-243-281/+648
* async_cluster: fix concurrent pipeline (#2280)Utkarsh Gupta2022-07-242-9/+17
* docs: Fix a few typos (#2274)Tim Gates2022-07-244-4/+4
* Fix crash: key expire while search (#2270)dvora-h2022-07-242-1/+15
* fix: workaround asyncio bug on connection reset by peer (#2259)Mehdi ABAAKOUK2022-07-241-1/+10
* fix is_connected (#2278)dvora-h2022-07-211-1/+1
* Use retry mechanism in async version of Connection objects (#2271)szumka2022-07-215-4/+101
* attempting to add pypy 3.8 (#2266)Chayim2022-07-071-3/+3
* run integration tests nightly (#2263)Chayim2022-07-051-0/+2
* Adding link to the OM client (#2262)Chayim2022-07-051-116/+11
* 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