redis-module 2.0.7

A toolkit for building Redis modules in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

ROOT=../..

include $(ROOT)/deps/readies/mk/main

REPO=redismodule-rs

REDIS_VERSION=7.2-rc1

OSNICK.official=bullseye

INT_BRANCHES=
LATEST_BRANCH=
PREVIEW_BRANCH=

ARTIFACTS=0

include $(MK)/module.docker.rules