summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fix test (#2358)dvora-h2022-08-252-1/+4
* Be more strict about url scheme parsing (#2343)Klaas van Schelven2022-08-212-6/+19
* Fix typo work -> word (#2341)Nathaniel Blakely2022-08-211-1/+1
* Add BITFIELD_RO (#2340)Alibi2022-08-213-0/+49
* fix tdigest.create (#2348)dvora-h2022-08-211-1/+1
* Adding dependency vulnerability scanning to the CI process (#2332)Chayim2022-08-141-0/+9
* 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