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
192 B
Makefile
7 lines
192 B
Makefile
SRC_DIR = src
|
|
MODULE_VERSION = v7.99.2
|
|
MODULE_REPO = https://github.com/redistimeseries/redistimeseries
|
|
TARGET_MODULE = $(SRC_DIR)/bin/$(FULL_VARIANT)/redistimeseries.so
|
|
|
|
include ../common.mk
|