Current section

Files

Jump to
radish src radish.app.src
Raw

src/radish.app.src

{application, radish, [
{vsn, "0.11.0"},
{applications, [gleam_erlang,
gleam_otp,
gleam_stdlib,
gleeunit,
mug]},
{description, "A Redis client for Gleam"},
{modules, [radish,
radish@client,
radish@command,
radish@command@list,
radish@command@pub_sub,
radish@command@set,
radish@command@sorted_set,
radish@decoder,
radish@encoder,
radish@error,
radish@list,
radish@pub_sub,
radish@resp,
radish@set,
radish@sorted_set,
radish@tcp,
radish@utils]},
{registered, []}
]}.