Versions in this module Expand all Collapse all v1 v1.2.0 Apr 16, 2026 Changes in this version + func RegisterFlags(flagSet *flag.FlagSet) *flag.FlagSet + type Config struct + Addrs []string + ClusterMode bool + Password string + func ParseConfig(flagSet *flag.FlagSet) Config + type RedisClient interface + Close func() error + func NewClient(cfg Config) (RedisClient, error)