mirror of
https://github.com/redis/redis.git
synced 2026-01-10 06:08:25 -05:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user