Versions in this module Expand all Collapse all v0 v0.1.0 Jul 13, 2026 Changes in this version + type RedisConfig struct + ContainerName string + Image string + Password string + Port string + type RedisPlugin struct + func NewRedisPlugin(dockerClient *docker.Client, logger *zap.Logger) *RedisPlugin + func (p *RedisPlugin) GetConnectionInfo() (*plugin.ConnectionInfo, error) + func (p *RedisPlugin) GetLogs(ctx context.Context, opts *plugin.LogOptions) ([]string, error) + func (p *RedisPlugin) IsReady(ctx context.Context) (bool, error) + func (p *RedisPlugin) Launch(ctx context.Context, config map[string]interface{}) error + func (p *RedisPlugin) Name() string + func (p *RedisPlugin) Stop(ctx context.Context) error