summaryrefslogtreecommitdiff
path: root/redis/commands/bf/commands.py
Commit message (Collapse)AuthorAgeFilesLines
* Add support to BF.CARD (#2545)shacharPash2023-01-111-0/+9
| | | | | | | * Add support to BF.CARD * Add Async test * change to with pytest.raises
* Remove `deprecated` dependency (#2386)Aarni Koskela2022-10-301-4/+2
| | | No need for an external library just for 5 annotations.
* remove tdigest.add weights (#2408)dvora-h2022-10-061-10/+4
|
* Add support for new TDIGEST features and changes (#2392)dvora-h2022-09-211-14/+48
| | | | | | | | | | | * Add support to TDIGEST * linters * linters * linters * disable View Test Results in CI
* Mark `TOPK.COUNT` as deprecated (#2363)dvora-h2022-09-041-0/+3
| | | | | * deprecate * linters
* Adding reserve as an alias for create, so that we have BF.RESERVE and ↵Chayim2022-08-301-0/+4
| | | | | | | | | 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 tdigest.create (#2348)dvora-h2022-08-211-1/+1
|
* 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-1/+15
| | | | | | | | | | | (#2319) * support 2.4 * async test * skip tests * linters
* Add support for `TDIGEST.QUANTILE` extensions (#2317)dvora-h2022-08-021-4/+5
| | | | | | | | | * 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-61/+40
| | | | | | | * Support CF.MEXISTS * Clean bf/commands.py Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
* Fix modules links to https://redis.io/commands/ (#2185)Avital Fine2022-05-171-33/+33
|
* Fix naming conventions (#1872)dvora-h2022-02-021-21/+21
| | | | | * fix naming convention * fix worng changes
* Adding cluster, bloom, and graph docs (#1779)v4.1.0rc2Chayim2021-12-091-1/+5
|
* Integrate RedisBloom support (#1683)Avital Fine2021-12-011-0/+494
Co-authored-by: Chayim I. Kirshen <c@kirshen.com>