package
Version:
v0.2.28
Opens a new window with list of versions in this module.
Published: Jan 23, 2025
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 5
Opens a new window with list of known importers.
Documentation
¶
Init 初始化redis json config string
InitYaml 初始化redis yaml config string
type Config struct {
Host string `json:"host" yaml:"host" validate:"required"`
Database int `json:"database" yaml:"database" validate:"required"`
Password string `json:"password" yaml:"password" validate:"required"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.