package
Version:
v0.0.0-...-fb91958
Opens a new window with list of versions in this module.
Published: Jul 20, 2025
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.