Packages

A Gleam client for Valkey, KeyDB, Redis, Dragonfly and other Redis-compatible databases.

Current section

Files

Jump to
valkyrie include valkyrie_Config.hrl
Raw

include/valkyrie_Config.hrl

-record(config, {
host :: binary(),
port :: integer(),
auth :: valkyrie:auth(),
ip_version_preference :: mug:ip_version_preference()
}).