Versions in this module Expand all Collapse all v1 v1.1.2 Jul 17, 2026 Changes in this version + const RedisPassword + type RedisDriver struct + Image string + func NewDriver(image string) *RedisDriver + func (rd *RedisDriver) CreateContainer(ctx context.Context, c *client.Client, a mconfig.ContainerAllocation) (string, error) + func (rd *RedisDriver) FlushAll(ctx context.Context, c *client.Client, container mconfig.ContainerInformation) error + func (rd *RedisDriver) GetImage() string + func (rd *RedisDriver) GetRequiredPortAmount() int + func (rd *RedisDriver) GetUniqueId() string + func (rd *RedisDriver) HandleInstruction(ctx context.Context, c *client.Client, container mconfig.ContainerInformation, ...) error + func (rd *RedisDriver) Host(ctx *mconfig.Context) mconfig.EnvironmentValue + func (rd *RedisDriver) Initialize(ctx context.Context, c *client.Client, container mconfig.ContainerInformation) error + func (rd *RedisDriver) IsHealthy(ctx context.Context, c *client.Client, container mconfig.ContainerInformation) (bool, error) + func (rd *RedisDriver) Load(data string) (mconfig.ServiceDriver, error) + func (rd *RedisDriver) Password() mconfig.EnvironmentValue + func (rd *RedisDriver) Port(ctx *mconfig.Context) mconfig.EnvironmentValue + func (rd *RedisDriver) Save() (string, error)