package config
type Redis struct {
Network string `json:"network"`
Address string `json:"address"`
}