Versions in this module Expand all Collapse all v1 v1.0.1 Oct 21, 2024 Changes in this version + type Auth struct + Enabled bool + Password string + Username string + type RedisConfig struct + Auth *Auth + Db int + Enabled bool + Host string + Port int + func Load(ctx context.Context, evaluator pkl.Evaluator, source *pkl.ModuleSource) (*RedisConfig, error) + func LoadFromPath(ctx context.Context, path string) (ret *RedisConfig, err error) v1.0.0 Oct 5, 2024