summaryrefslogtreecommitdiff
path: root/tests/test_bloom.py
Commit message (Collapse)AuthorAgeFilesLines
* Add support to BF.CARD (#2545)shacharPash2023-01-111-0/+15
| | | | | | | * Add support to BF.CARD * Add Async test * change to with pytest.raises
* Fixing bloom tests (#2430)Chayim2022-10-251-3/+3
|
* remove tdigest.add weights (#2408)dvora-h2022-10-061-20/+18
|
* Add support for new TDIGEST features and changes (#2392)dvora-h2022-09-211-22/+68
| | | | | | | | | | | * Add support to TDIGEST * linters * linters * linters * disable View Test Results in CI
* Mark `TOPK.COUNT` as deprecated (#2363)dvora-h2022-09-041-6/+8
| | | | | * deprecate * linters
* Adding reserve as an alias for create, so that we have BF.RESERVE and ↵Chayim2022-08-301-0/+15
| | | | | | | | | CF.RESERVE accuratenly supported (#2331) * Adding reserve as an alias for create, so that we have BF.RESERVE accuratenly supported * add reserve to cf commands Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
* Fix GRAPH.LIST & TDIGEST.QUANTILE tests (#2335)dvora-h2022-08-141-5/+5
| | | | | | | | | * fix graph list_keys test * async test * fix tdigest.quantile * fix
* Add TDIGEST.TRIMMED_MEAN (#2300)Alibi2022-08-041-0/+11
| | | | | | | | | | | * Add tdigest trimmed mean command with test * Add skip version for test * add to module callbacks Co-authored-by: Alibi Shalgymbay <a.shalgymbay@mycar.kz> Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com> Co-authored-by: dvora-h <dvora.heller@redis.com>
* Support TDIGEST.MERGESTORE and make compression optional on TDIGEST.CREATE ↵dvora-h2022-08-021-0/+13
| | | | | | | | | | | (#2319) * support 2.4 * async test * skip tests * linters
* Add support for `TDIGEST.QUANTILE` extensions (#2317)dvora-h2022-08-021-5/+15
| | | | | | | | | * Add support for TDIGEST.QUANTILE extensions * linters * linters & utils * Update test_bloom.py
* Support CF.MEXISTS + Clean bf/commands.py (#2184)Avital Fine2022-05-231-0/+1
| | | | | | | * Support CF.MEXISTS * Clean bf/commands.py Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
* Mark tests for redis-stack (#2052)dvora-h2022-03-161-0/+10
| | | | | * mark tests for redis-stack * linters
* Add support for JSON, TIMESERIES, BLOOM & GRAPH commands in cluster (#2032)dvora-h2022-03-061-0/+1
| | | Co-authored-by: Chayim <chayim@users.noreply.github.com>
* Integrate RedisBloom support (#1683)Avital Fine2021-12-011-0/+383
Co-authored-by: Chayim I. Kirshen <c@kirshen.com>