redis-module-common 0.1.1

Internal utility library shared by the user-facing redis-module-* crates
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "redis-module-common"
version = "0.1.1"
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Internal utility library shared by the user-facing redis-module-* crates"
keywords = ["redis", "plugin"]

[dependencies]
serde = { version = "1.0", features = ["derive"] }