lerman25
lerman25
The link at : "Your Redis installation should have the RedisTimeSeries module installed. You can find the installation instructions at: https://oss.redis.com/redistimeseries/#setup " is broken
This PR add int8 and uint8 support for SVE & SVE2 ARM cpu flags. Important note - SVE2 has no improvements to offer comparing to SVE in regard for Inner...
Hi, The link for [Instructions for Windows users](https://redis.io/docs/stack/get-started/install/windows/) under segment "Option 2: Install Redis Stack Locally with a Package Manager" is broken.
This PR backports all OOM indexing PRs to 2.8. https://github.com/RediSearch/RediSearch/pull/5672, https://github.com/RediSearch/RediSearch/pull/5778, https://github.com/RediSearch/RediSearch/pull/5941, https://github.com/RediSearch/RediSearch/pull/6053, https://github.com/RediSearch/RediSearch/pull/6114, https://github.com/RediSearch/RediSearch/pull/6140, https://github.com/RediSearch/RediSearch/pull/6203, https://github.com/RediSearch/RediSearch/pull/6276, #6297 , #6326
Adding missing coverage to pytest
## Describe the changes in the pull request A clear and concise description of what the PR is solving, including: 1. Current: The current state briefly 2. Change: What is...
This PR adds 2 new metrics to `INFO` command. `total_documents_indexed` - Amount of docs indexed by a RediSearch index. Note - Each doc is counter per amount of indexes it...
Continuing #6168, backport to 2.8 Piggybacking this PR for MOD-12806: Currently, GILTime field in struct ResultProcessor is not initialized properly and is not updated. Current use for the field is...
This PR adds a Rust version of the NOT iterator, based on the existing C implementation. It keeps the same behavior, but makes small adjustments for Rust iterator and EOF...