Update Bloom, TS, and JSON Modules to Version 8.1.90 (#14160)

This commit is contained in:
Eran Hadad 2025-07-02 22:13:39 +03:00 committed by GitHub
parent 2826fc834a
commit a7d91145c0
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.00
MODULE_VERSION = v8.1.90
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.00
MODULE_VERSION = v8.1.90
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.00
MODULE_VERSION = v8.1.90
MODULE_REPO = https://github.com/redistimeseries/redistimeseries
TARGET_MODULE = $(SRC_DIR)/bin/$(FULL_VARIANT)/redistimeseries.so