summaryrefslogtreecommitdiff
path: root/examples/redis-unstable/modules/redistimeseries/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/redis-unstable/modules/redistimeseries/Makefile')
-rw-r--r--examples/redis-unstable/modules/redistimeseries/Makefile6
1 files changed, 6 insertions, 0 deletions
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