package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: May 1, 2023
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Host string `env:"REDIS_HOST" envDefault:"localhost:6379"`
Username string `env:"REDIS_USERNAME" envDefault:""`
Password string `env:"REDIS_PASSWORD" envDefault:""`
DB int `env:"REDIS_DB" envDefault:"0"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.