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