TestcontainerEx.RedisContainer (testcontainer_ex v0.1.0)

Copy Markdown View Source

Provides functionality for creating and managing Redis container configurations.

Summary

Types

t()

@type t() :: %TestcontainerEx.RedisContainer{
  check_image: term(),
  image: term(),
  password: term(),
  port: term(),
  reuse: term(),
  wait_timeout: term()
}

Functions

connection_url(container)

default_image()

new()

port(container)

with_check_image(config, check_image)

with_image(config, image)

with_password(config, password)

with_port(config, port)

with_reuse(config, reuse)

with_wait_timeout(config, wait_timeout)