package
Version:
v0.0.0-...-6d7266f
Opens a new window with list of versions in this module.
Published: Nov 22, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type RedisConf struct {
DB int `json:"db" yaml:"db"`
Host string `json:"host" yaml:"host"`
Port string `json:"port" yaml:"port"`
Password string `json:"password" yaml:"password"`
}
redis缓存配置
Source Files
¶
Click to show internal directories.
Click to hide internal directories.