Skip to content

Commit 623907c

Browse files
authored
RediSearch v8.2.1
* Protect cursors that are running in the background for FT.AGGREGATE command while running FLUSHDB and avoid server crash - RediSearch/RediSearch#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 - RediSearch/RediSearch#6621
1 parent eac4827 commit 623907c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/redisearch/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SRC_DIR = src
2-
MODULE_VERSION = v8.2.0
2+
MODULE_VERSION = v8.2.1
33
MODULE_REPO = https://github.com/redisearch/redisearch
44
TARGET_MODULE = $(SRC_DIR)/bin/$(FULL_VARIANT)/search-community/redisearch.so
55

0 commit comments

Comments
 (0)