Current section

Files

Jump to
radish src radish.app.src
Raw

src/radish.app.src

{application, radish, [
{vsn, "0.14.0"},
{applications, [gleam_erlang,
gleam_otp,
gleam_stdlib,
gleeunit,
mug]},
{description, "A Gleam client for Valkey, KeyDB, Redis and other tools with compatible APIs"},
{modules, [radish,
radish@client,
radish@command,
radish@command@hash,
radish@command@list,
radish@command@set,
radish@command@sorted_set,
radish@decoder,
radish@encoder,
radish@error,
radish@hash,
radish@list,
radish@resp,
radish@set,
radish@sorted_set,
radish@tcp,
radish@utils]},
{registered, []}
]}.