Current section
Files
Jump to
Current section
Files
src/valkyrie.app.src
{application, valkyrie, [
{vsn, "4.1.1"},
{applications, [bath,
gleam_erlang,
gleam_otp,
gleam_stdlib,
gleam_time,
mug]},
{description, "A Gleam client for Valkey, KeyDB, Redis, Dragonfly and other Redis-compatible databases."},
{modules, [valkyrie,
valkyrie@@main,
valkyrie@internal@commands,
valkyrie@pipeline,
valkyrie@resp,
valkyrie_ffi]},
{registered, []}
]}.