overflow_server_config/redis.go

7 lines
112 B
Go
Raw Normal View History

2017-11-23 07:31:28 +00:00
package overflow_server_config
type Redis struct {
Server
Pool *Pool `json:"pool" yaml:"pool" toml:"pool"`
}