From b99ca67ec3942dfd06e24375787fc04dba9771fb Mon Sep 17 00:00:00 2001 From: alonre24 Date: Wed, 13 Aug 2025 22:26:02 +0300 Subject: [PATCH] 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 --- modules/redisearch/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/redisearch/Makefile b/modules/redisearch/Makefile index ff240139e9..36332ccfa0 100644 --- a/modules/redisearch/Makefile +++ b/modules/redisearch/Makefile @@ -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