deprecated_overflow_gateway.../redis.go

7 lines
95 B
Go
Raw Normal View History

2017-09-19 08:22:14 +00:00
package config
type Redis struct {
Server
Pool Pool `json:"pool" yaml:"pool" toml:"pool"`
}