RediSearch v8.2.1 (#14269)

* Protect cursors that are running in the background for FT.AGGREGATE
command while running FLUSHDB and avoid server crash -
https://github.com/RediSearch/RediSearch/pull/6601
* Fix performance regression in `info` command upon computing search
indexes memory due to a change in Trie data structure implementation,
and having it in O(1) again -
https://github.com/RediSearch/RediSearch/pull/6621
This commit is contained in:
alonre24
2025-08-13 22:26:02 +03:00
committed by GitHub
parent eac48279ad
commit b99ca67ec3

View File

@@ -1,5 +1,5 @@
SRC_DIR = src
MODULE_VERSION = v8.2.0
MODULE_VERSION = v8.2.1
MODULE_REPO = https://github.com/redisearch/redisearch
TARGET_MODULE = $(SRC_DIR)/bin/$(FULL_VARIANT)/search-community/redisearch.so