redis-module 1.0.1

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=../..
MK.pyver:=3
include $(ROOT)/deps/readies/mk/main

# OSNICK=bullseye|bionic|xenial|centos8|centos7
OSNICK ?= bullseye

REPO=redismodule-rs

REDIS_VER=6.2.5

INT_BRANCHES=

ART_DIR=$(ROOT)/bin/artifacts
ART_INT_DIR=/var/opt/redislabs/artifacts

include $(MK)/docker.native