mirror of
https://github.com/redis/redis.git
synced 2026-05-28 04:02:46 -04:00
Some checks are pending
CI / test-ubuntu-latest (push) Waiting to run
CI / test-sanitizer-address (push) Waiting to run
CI / build-debian-old (push) Waiting to run
CI / build-macos-latest (push) Waiting to run
CI / build-32bit (push) Waiting to run
CI / build-libc-malloc (push) Waiting to run
CI / build-centos-jemalloc (push) Waiting to run
CI / build-old-chain-jemalloc (push) Waiting to run
Codecov / code-coverage (push) Waiting to run
External Server Tests / test-external-standalone (push) Waiting to run
External Server Tests / test-external-cluster (push) Waiting to run
External Server Tests / test-external-nodebug (push) Waiting to run
Spellcheck / Spellcheck (push) Waiting to run
update data type modules to 8.6 RC1 time series v8.5.90 bloom v8.5.90 json v8.5.90
6 lines
177 B
Makefile
6 lines
177 B
Makefile
SRC_DIR = src
|
|
MODULE_VERSION = v8.5.90
|
|
MODULE_REPO = https://github.com/redisbloom/redisbloom
|
|
TARGET_MODULE = $(SRC_DIR)/bin/$(FULL_VARIANT)/redisbloom.so
|
|
|
|
include ../common.mk
|