Packages

A Gleam client for Valkey, KeyDB, Redis and other tools with compatible APIs

Current section

Files

Jump to
radish_fork gleam.toml
Raw

gleam.toml

name = "radish_fork"
version = "0.15.0"
description = "A Gleam client for Valkey, KeyDB, Redis and other tools with compatible APIs"
gleam = ">= 0.32.0"
licences = ["Apache-2.0"]
links = [
{ title = "Gleam", href = "https://gleam.run" },
{ title = "KeyDB", href = "https://keydb.dev" },
{ title = "Valkey", href = "https://github.com/valkey-io/valkey" },
{ title = "Redis", href = "https://redis.io" },
]
repository = { type = "github", user = "rojnwa", repo = "radish" }
internal_modules = [
"radish/tcp",
"radish/resp",
"radish/utils",
"radish/client",
"radish/encoder",
"radish/decoder",
"radish/command",
"radish/command/*",
]
[dependencies]
gleam_erlang = "~> 0.25"
gleam_otp = "~> 0.10"
gleam_stdlib = "~> 0.36 or ~> 1.0"
mug = "~> 1.0"
[dev-dependencies]
gleeunit = "~> 1.1"