Packages

Redis/Valkey storage adapter for the Telega Telegram Bot Library

Current section

Files

Jump to
telega_storage_redis src telega_storage_redis.app.src
Raw

src/telega_storage_redis.app.src

{application, telega_storage_redis, [
{vsn, "2.0.0"},
{applications, [gleam_json,
gleam_stdlib,
telega,
valkyrie]},
{description, "Redis/Valkey storage adapter for the Telega Telegram Bot Library"},
{modules, [telega_storage_redis,
telega_storage_redis@@main]},
{registered, []}
]}.