mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Update redisbloom, redisjson and redistimeseries versions to 7.99.2 Co-authored-by: YaacovHazan <yaacov.hazan@redislabs.com>
7 lines
177 B
Makefile
7 lines
177 B
Makefile
SRC_DIR = src
|
|
MODULE_VERSION = v7.99.2
|
|
MODULE_REPO = https://github.com/redisbloom/redisbloom
|
|
TARGET_MODULE = $(SRC_DIR)/bin/$(FULL_VARIANT)/redisbloom.so
|
|
|
|
include ../common.mk
|