package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Aug 1, 2021
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
HostPort string `envconfig:"host_port" default:"localhost:6379"`
Password string `envconfig:"password" default:"password"`
DB int `envconfig:"db" default:"0"`
}
Config is
Redis settings.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.