package
Version:
v4.5.0-rc1
Opens a new window with list of versions in this module.
Published: Aug 2, 2022
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
ConfigDocs returns a documentation field spec for fields within a Config.
type Config struct {
URL string `json:"url" yaml:"url"`
Kind string `json:"kind" yaml:"kind"`
Master string `json:"master" yaml:"master"`
TLS btls.Config `json:"tls" yaml:"tls"`
}
Config is a config struct for a redis connection.
NewConfig returns a Config with default values.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.