valkey-module 0.1.11

A toolkit for building valkey 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=valkeymodule-rs

REDIS_VERSION=7.2-rc1

OSNICK.official=bullseye

INT_BRANCHES=
LATEST_BRANCH=
PREVIEW_BRANCH=

ARTIFACTS=0

include $(MK)/module.docker.rules