Documentation ¶ Index ¶ Variables type Container func New(t *testing.T) *Container func NewWithCtx(ctx context.Context) (*Container, error) func (p *Container) Address() []string func (p *Container) Stop(t *testing.T) func (p *Container) StopWithCtx(ctx context.Context) error Constants ¶ This section is empty. Variables ¶ View Source var DefaultRedisImage = "docker.dragonflydb.io/dragonflydb/dragonfly:v1.27.1" Functions ¶ This section is empty. Types ¶ type Container ¶ type Container struct { // contains filtered or unexported fields } func New ¶ func New(t *testing.T) *Container func NewWithCtx ¶ added in v0.5.1 func NewWithCtx(ctx context.Context) (*Container, error) func (*Container) Address ¶ func (p *Container) Address() []string func (*Container) Stop ¶ func (p *Container) Stop(t *testing.T) func (*Container) StopWithCtx ¶ added in v0.5.1 func (p *Container) StopWithCtx(ctx context.Context) error Source Files ¶ View all Source files redis.go Click to show internal directories. Click to hide internal directories.