Packages

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

Current section

Files

Jump to
testcontainer_formulas include testcontainer_formulas@redis_RedisContainer.hrl
Raw

include/testcontainer_formulas@redis_RedisContainer.hrl

-record(redis_container, {
container :: testcontainer@container:container(),
url :: binary(),
host :: binary(),
port :: integer()
}).