Packages

Ready-to-use, fully customizable Testcontainer formulas for Gleam (postgres, redis, …).

Current section

Files

Jump to
testcontainer_formulas include testcontainer_formulas@redis_RedisConfig.hrl
Raw

include/testcontainer_formulas@redis_RedisConfig.hrl

-record(redis_config, {
image :: binary(),
password :: gleam@option:option(cowl:secret(binary())),
extra_wait :: gleam@option:option(testcontainer@wait:wait_strategy()),
network :: gleam@option:option(binary()),
name :: gleam@option:option(binary())
}).