Update Bloom, Json, and Timeserise to 8.2.0 (#14230)

This commit is contained in:
Eran Hadad 2025-07-31 12:00:44 +03:00 committed by GitHub
parent 96ff42b20e
commit c636d80a77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,5 +1,5 @@
SRC_DIR = src
MODULE_VERSION = v8.1.90
MODULE_VERSION = v8.2.0
MODULE_REPO = https://github.com/redisjson/redisjson
TARGET_MODULE = $(SRC_DIR)/bin/$(FULL_VARIANT)/rejson.so

View File

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