Packages
testcontainer_formulas
1.0.0
Ready-to-use, fully customizable Testcontainer formulas for Gleam (postgres, redis, …).
Current section
Files
Jump to
Current section
Files
include/testcontainer_formulas@redis_RedisContainer.hrl
-record(redis_container, {
container :: testcontainer@container:container(),
url :: binary(),
host :: binary(),
port :: integer()
}).