From 5d8dfe892a2ea89f706ee140c3bdcfd89fe03fda Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 21 Jan 2026 22:40:55 +0100 Subject: Add Redis source code for testing --- examples/redis-unstable/modules/redistimeseries/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 examples/redis-unstable/modules/redistimeseries/Makefile (limited to 'examples/redis-unstable/modules/redistimeseries/Makefile') diff --git a/examples/redis-unstable/modules/redistimeseries/Makefile b/examples/redis-unstable/modules/redistimeseries/Makefile new file mode 100644 index 0000000..fac3c3c --- /dev/null +++ b/examples/redis-unstable/modules/redistimeseries/Makefile @@ -0,0 +1,6 @@ +SRC_DIR = src +MODULE_VERSION = v8.5.90 +MODULE_REPO = https://github.com/redistimeseries/redistimeseries +TARGET_MODULE = $(SRC_DIR)/bin/$(FULL_VARIANT)/redistimeseries.so + +include ../common.mk -- cgit v1.2.3