package
Version:
v0.0.0-...-6cdb919
Opens a new window with list of versions in this module.
Published: Aug 26, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Redis struct {
Protocol string `yaml:"protocol"`
Address string `yaml:"address"`
Password string `yaml:"password"`
DB uint8 `yaml:"db"`
}
Redis
```yaml
redisConfig:
protocol: tcp
location: 10.124.135.25
password: redis
db: 1
```
Source Files
¶
Click to show internal directories.
Click to hide internal directories.